| MATLAB File Help: cv.VideoCapture/get | Index |
Returns the specified VideoCapture property
double).When querying a property that is not supported by the backend used by the cv.VideoCapture class, value 0 is returned.
All the following are equivalent:
b = cap.Brightness
b = cap.get('Brightness')
b = cap.get(10) % enum value defined in OpenCV source code
| Access | public |
| Sealed | false |
| Static | false |