This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CAP_PROP_POS_MSEC =0, //!< Current position of the video file in milliseconds. | |
| CAP_PROP_POS_FRAMES =1, //!< 0-based index of the frame to be decoded/captured next. | |
| CAP_PROP_POS_AVI_RATIO =2, //!< Relative position of the video file: 0=start of the film, 1=end of the film. | |
| CAP_PROP_FRAME_WIDTH =3, //!< Width of the frames in the video stream. | |
| CAP_PROP_FRAME_HEIGHT =4, //!< Height of the frames in the video stream. | |
| CAP_PROP_FPS =5, //!< Frame rate. | |
| CAP_PROP_FOURCC =6, //!< 4-character code of codec. see VideoWriter::fourcc . | |
| CAP_PROP_FRAME_COUNT =7, //!< Number of frames in the video file. | |
| CAP_PROP_FORMAT =8, //!< Format of the %Mat objects returned by VideoCapture::retrieve(). | |
| CAP_PROP_MODE =9, //!< Backend-specific value indicating the current capture mode. |