MATLAB File Help: cv.VideoCapture/get Index
cv.VideoCapture/get

Returns the specified VideoCapture property

Input

Output

When querying a property that is not supported by the backend used by the cv.VideoCapture class, value 0 is returned.

Example

All the following are equivalent:

b = cap.Brightness
b = cap.get('Brightness')
b = cap.get(10)  % enum value defined in OpenCV source code
See also
Method Details
Access public
Sealed false
Static false