CV Capture property identifier
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public enum CAP_PROP |
Visual Basic (Declaration) |
---|
Public Enumeration CAP_PROP |
Visual C++ |
---|
public enum class CAP_PROP |
Members
Member name | Description | |
---|---|---|
CV_CAP_PROP_POS_MSEC |
film current position in milliseconds or video capture timestamp
| |
CV_CAP_PROP_POS_FRAMES |
0-based index of the frame to be decoded/captured next
| |
CV_CAP_PROP_POS_AVI_RATIO |
position in relative units (0 - start of the file, 1 - end of the file)
| |
CV_CAP_PROP_FRAME_WIDTH |
width of frames in the video stream
| |
CV_CAP_PROP_FRAME_HEIGHT |
height of frames in the video stream
| |
CV_CAP_PROP_FPS |
frame rate
| |
CV_CAP_PROP_FOURCC |
4-character code of codec
| |
CV_CAP_PROP_FRAME_COUNT |
number of frames in video file
| |
CV_CAP_PROP_FORMAT | ||
CV_CAP_PROP_MODE | ||
CV_CAP_PROP_BRIGHTNESS |
Brightness
| |
CV_CAP_PROP_CONTRAST |
Contrast
| |
CV_CAP_PROP_SATURATION |
Saturation
| |
CV_CAP_PROP_HUE |
Hue
| |
CV_CAP_PROP_GAIN |
Gain
| |
CV_CAP_PROP_CONVERT_RGB |