videoio
All modules / videoio
OBSENSOR
VideoAccelerationTypeclassvideoio_flags_base
VideoCaptureclassendcond: IGNORED
VideoCapture_waitAnyfunctionWait for ready frames from VideoCapture.
VideoCaptureAPIsclasscv::VideoCapture API backends identifier.
VideoCaptureOBSensorDataTypeclassImages
VideoCaptureOBSensorGeneratorsclassOBSENSOR stream generator
VideoCaptureOBSensorPropertiesclassOBSENSOR properties
VideoCapturePropertiesclasscv::VideoCapture generic properties identifier.
videoio_registry_getBackendNamefunctionThis section contains API description how to query/configure available Video I/O backends.
videoio_registry_getBackendsfunctionReturns list of all available backends
videoio_registry_getCameraBackendPluginVersionfunctionReturns description and ABI/API version of videoio plugin's camera interface
videoio_registry_getCameraBackendsfunctionReturns list of available backends which works via `cv::VideoCapture(int index)`
videoio_registry_getStreamBackendPluginVersionfunctionReturns description and ABI/API version of videoio plugin's stream capture interface
videoio_registry_getStreamBackendsfunctionReturns list of available backends which works via `cv::VideoCapture(filename)`
videoio_registry_getStreamBufferedBackendPluginVersionfunctionReturns description and ABI/API version of videoio plugin's buffer capture interface
videoio_registry_getStreamBufferedBackendsfunctionReturns list of available backends which works via `cv::VideoCapture(buffer)`
videoio_registry_getWriterBackendPluginVersionfunctionReturns description and ABI/API version of videoio plugin's writer interface
videoio_registry_getWriterBackendsfunctionReturns list of available backends which works via `cv::VideoWriter()`
videoio_registry_hasBackendfunctionReturns true if backend is available
videoio_registry_isBackendBuiltInfunctionReturns true if backend is built in (false if backend is used as plugin)
VideoWriterclassexample: samples/cpp/tutorial_code/videoio/video-write/video-write.cpp
VideoWriter_fourccfunctionConcatenates 4 chars to a fourcc code
VideoWriterPropertiesclasscv::VideoWriter generic properties identifier.
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
CAP_ANYAuto detect == 0
CAP_V4LSame as CAP_V4L
CAP_V4L2Same as CAP_V4L
CAP_FIREWIRESame value as CAP_FIREWIRE
CAP_FIREWARESame value as CAP_FIREWIRE
CAP_IEEE1394Same value as CAP_FIREWIRE
CAP_DC1394Same value as CAP_FIREWIRE
CAP_CMU1394Same value as CAP_FIREWIRE
CAP_DSHOWDirectShow (via videoInput)
CAP_PVAPIPvAPI, Prosilica GigE SDK
CAP_ANDROIDMediaNDK (API Level 21+) and NDK Camera (API level 24+) for Android
CAP_XIAPIXIMEA Camera API
CAP_AVFOUNDATIONAVFoundation framework for iOS (OS X Lion will have the same API)
CAP_MSMFMicrosoft Media Foundation (via videoInput). See platform specific notes above.
CAP_WINRTMicrosoft Windows Runtime using Media Foundation
CAP_INTELPERCSynonym for CAP_INTELPERC
CAP_REALSENSESynonym for CAP_INTELPERC
CAP_OPENNI2OpenNI2 (for Kinect)
CAP_OPENNI2_ASUSOpenNI2 (for Asus Xtion and Occipital Structure sensors)
CAP_OPENNI2_ASTRAOpenNI2 (for Orbbec Astra)
CAP_GPHOTO2gPhoto2 connection
CAP_GSTREAMERCAP_GSTREAMER: GStreamer
CAP_FFMPEGOpen and record video file or stream using the FFMPEG library
CAP_IMAGESOpenCV Image Sequence (e.g. img_%02d.jpg)
CAP_ARAVISCAP_ARAVIS: Aravis SDK
CAP_OPENCV_MJPEGBuilt-in OpenCV MotionJPEG codec
CAP_INTEL_MFXCAP_INTEL_MFX: Intel MediaSDK
CAP_XINEXINE engine (Linux)
CAP_UEYEuEye Camera API
CAP_OBSENSORFor Orbbec 3D-Sensor device/module (Astra+, Femto, Astra2, Gemini2, Gemini2L, Gemini2XL, Gemini330, Femto Mega) attention: Astra2 cameras currently only support Windows and Linux kernel versions no higher than 4.15, and higher versions of Linux kernel may have exceptions.
CAP_PROP_UNKNOWNReturned by VideoCapture::get if the requested property is unknown or unsupported
CAP_PROP_POS_MSECCurrent position of the video file in milliseconds.
CAP_PROP_POS_FRAMES0-based index of the frame to be decoded/captured next. When the index i is set in RAW mode (CAP_PROP_FORMAT == -1) this will seek to the key frame k, where k <= i.
CAP_PROP_POS_AVI_RATIORelative position of the video file: 0=start of the film, 1=end of the film.
CAP_PROP_FRAME_WIDTHWidth of the frames in the video stream.
CAP_PROP_FRAME_HEIGHTHeight of the frames in the video stream.
CAP_PROP_FPSCAP_PROP_FPS: Frame rate.
CAP_PROP_FOURCC4-character code of codec. see VideoWriter::fourcc .
CAP_PROP_FRAME_COUNTNumber of frames in the video file.
CAP_PROP_FORMATFFmpeg back-end only - Indicates whether the Last Raw Frame (LRF), output from VideoCapture::read() when VideoCapture is initialized with VideoCapture::open(CAP_FFMPEG, {CAP_PROP_FORMAT, -1}) or VideoCapture::set(CAP_PROP_FORMAT,-1) is called before the first call to VideoCapture::read(), contains encoded data for a key frame.
CAP_PROP_MODEBackend-specific value indicating the current capture mode.
CAP_PROP_BRIGHTNESSBrightness of the image (only for those cameras that support).
CAP_PROP_CONTRASTContrast of the image (only for cameras).
CAP_PROP_SATURATIONSaturation of the image (only for cameras).
CAP_PROP_HUEHue of the image (only for cameras).
CAP_PROP_GAINGain of the image (only for those cameras that support).
CAP_PROP_EXPOSUREExposure (only for those cameras that support).
CAP_PROP_CONVERT_RGBBoolean flags indicating whether images should be converted to BGR. <br/>
CAP_PROP_WHITE_BALANCE_BLUE_UCurrently unsupported.
CAP_PROP_RECTIFICATIONRectification flag for stereo cameras (note: only supported by DC1394 v 2.x backend currently).
CAP_PROP_MONOCHROMERectification flag for stereo cameras (note: only supported by DC1394 v 2.x backend currently).
CAP_PROP_SHARPNESScap prop sharpness constant (20), defined by OpenCV for cv.
CAP_PROP_AUTO_EXPOSUREDC1394: exposure control done by camera, user can adjust reference level using this feature.
CAP_PROP_GAMMADC1394: exposure control done by camera, user can adjust reference level using this feature.
CAP_PROP_TEMPERATUREcap prop temperature constant (23), defined by OpenCV for cv.
CAP_PROP_TRIGGERcap prop trigger constant (24), defined by OpenCV for cv.
CAP_PROP_TRIGGER_DELAYcap prop trigger delay constant (25), defined by OpenCV for cv.
CAP_PROP_WHITE_BALANCE_RED_Vcap prop white balance red v constant (26), defined by OpenCV for cv.
CAP_PROP_ZOOMAndroid: May switch physical cameras/lenses. Factor and range are hardware-dependent.
CAP_PROP_FOCUSAndroid: May switch physical cameras/lenses. Factor and range are hardware-dependent.
CAP_PROP_GUIDcap prop guid constant (29), defined by OpenCV for cv.
CAP_PROP_ISO_SPEEDcap prop iso speed constant (30), defined by OpenCV for cv.
CAP_PROP_BACKLIGHTcap prop backlight constant (32), defined by OpenCV for cv.
CAP_PROP_PANcap prop pan constant (33), defined by OpenCV for cv.
CAP_PROP_TILTcap prop tilt constant (34), defined by OpenCV for cv.
CAP_PROP_ROLLcap prop roll constant (35), defined by OpenCV for cv.
CAP_PROP_IRIScap prop iris constant (36), defined by OpenCV for cv.
CAP_PROP_SETTINGSPop up video/camera filter dialog (note: only supported by DSHOW backend currently. The property value is ignored)
CAP_PROP_BUFFERSIZEPop up video/camera filter dialog (note: only supported by DSHOW backend currently. The property value is ignored)
CAP_PROP_AUTOFOCUScap prop autofocus constant (39), defined by OpenCV for cv.
CAP_PROP_SAR_NUMSample aspect ratio: num/den (num)
CAP_PROP_SAR_DENSample aspect ratio: num/den (den)
CAP_PROP_BACKENDCurrent backend (enum VideoCaptureAPIs). Read-only property
CAP_PROP_CHANNELVideo input or Channel Number (only for those cameras that support)
CAP_PROP_AUTO_WBenable/ disable auto white-balance
CAP_PROP_WB_TEMPERATUREwhite-balance color temperature
CAP_PROP_CODEC_PIXEL_FORMAT(read-only) codec's pixel format. 4-character code - see VideoWriter::fourcc . Subset of AV_PIX_FMT_* or -1 if unknown
CAP_PROP_BITRATE(read-only) Video bitrate in kbits/s
CAP_PROP_ORIENTATION_META(read-only) Frame rotation defined by stream meta (applicable for FFmpeg and AVFoundation back-ends only)
CAP_PROP_ORIENTATION_AUTOif true - rotates output frames of CvCapture considering video file's metadata (applicable for FFmpeg and AVFoundation back-ends only) (https://github.com/opencv/opencv/issues/15499)
CAP_PROP_HW_ACCELERATION(open-only) Hardware acceleration type (see #VideoAccelerationType). Setting supported only via
paramsparameter in cv::VideoCapture constructor / .open() method. Default value is backend-specific.CAP_PROP_HW_DEVICE(open-only) Hardware device index (select GPU if multiple available). Device enumeration is acceleration type specific.
CAP_PROP_HW_ACCELERATION_USE_OPENCL(open-only) If non-zero, create new OpenCL context and bind it to current thread. The OpenCL context created with Video Acceleration context attached it (if not attached yet) for optimized GPU data copy between HW accelerated decoder and cv::UMat.
CAP_PROP_OPEN_TIMEOUT_MSEC(open-only) timeout in milliseconds for opening a video capture (applicable for FFmpeg and GStreamer back-ends only)
CAP_PROP_READ_TIMEOUT_MSEC(open-only) timeout in milliseconds for reading from a video capture (applicable for FFmpeg and GStreamer back-ends only)
CAP_PROP_STREAM_OPEN_TIME_USEC(read-only) time in microseconds since Jan 1 1970 when stream was opened. Applicable for FFmpeg backend only. Useful for RTSP and other live streams
CAP_PROP_VIDEO_TOTAL_CHANNELS(read-only) Number of video channels
CAP_PROP_VIDEO_STREAM(open-only) Specify video stream, 0-based index. Use -1 to disable video stream from file or IP cameras. Default value is 0.
CAP_PROP_AUDIO_STREAM(open-only) Specify stream in multi-language media files, -1 - disable audio processing or microphone. Default value is -1.
CAP_PROP_AUDIO_POS(read-only) Audio position is measured in samples. Accurate audio sample timestamp of previous grabbed fragment. See CAP_PROP_AUDIO_SAMPLES_PER_SECOND and CAP_PROP_AUDIO_SHIFT_NSEC.
CAP_PROP_AUDIO_SHIFT_NSEC(read only) Contains the time difference between the start of the audio stream and the video stream in nanoseconds. Positive value means that audio is started after the first video frame. Negative value means that audio is started before the first video frame.
CAP_PROP_AUDIO_DATA_DEPTH(open, read) Alternative definition to bits-per-sample, but with clear handling of 32F / 32S
CAP_PROP_AUDIO_SAMPLES_PER_SECOND(open, read) determined from file/codec input. If not specified, then selected audio sample rate is 44100
CAP_PROP_AUDIO_BASE_INDEX(read-only) Index of the first audio channel for .retrieve() calls. That audio channel number continues enumeration after video channels.
CAP_PROP_AUDIO_TOTAL_CHANNELS(read-only) Number of audio channels in the selected audio stream (mono, stereo, etc)
CAP_PROP_AUDIO_TOTAL_STREAMS(read-only) Number of audio streams.
CAP_PROP_AUDIO_SYNCHRONIZE(open, read) Enables audio synchronization.
CAP_PROP_LRF_HAS_KEY_FRAMEFFmpeg back-end only - Indicates whether the Last Raw Frame (LRF), output from VideoCapture::read() when VideoCapture is initialized with VideoCapture::open(CAP_FFMPEG, {CAP_PROP_FORMAT, -1}) or VideoCapture::set(CAP_PROP_FORMAT,-1) is called before the first call to VideoCapture::read(), contains encoded data for a key frame.
CAP_PROP_CODEC_EXTRADATA_INDEXPositive index indicates that returning extra data is supported by the video back end. This can be retrieved as cap.retrieve(data, <returned index>). E.g. When reading from a h264 encoded RTSP stream, the FFmpeg backend could return the SPS and/or PPS if available (if sent in reply to a DESCRIBE request), from calls to cap.retrieve(data, <returned index>).
CAP_PROP_FRAME_TYPE(read-only) FFmpeg back-end only - Frame type ascii code (73 = 'I', 80 = 'P', 66 = 'B' or 63 = '?' if unknown) of the most recently read frame.
CAP_PROP_N_THREADS(open-only) Set the maximum number of threads to use. Use 0 to use as many threads as CPU cores (applicable for FFmpeg back-end only).
CAP_PROP_PTS(read-only) FFmpeg back-end only - maximum difference between presentation (pts) and decompression timestamps (dts) using FPS time base. e.g. delay is maximum when frame_num = 0, if true, VideoCapture::get(
CAP_PROP_PTS) = 0 and VideoCapture::get(CAP_PROP_DTS_DELAY) = 2, dts = -2. Non zero values usually imply the stream is encoded using B-frames which are not decoded in presentation order.CAP_PROP_DTS_DELAY(read-only) FFmpeg back-end only - maximum difference between presentation (pts) and decompression timestamps (dts) using FPS time base. e.g. delay is maximum when frame_num = 0, if true, VideoCapture::get(
CAP_PROP_PTS) = 0 and VideoCapture::get(CAP_PROP_DTS_DELAY) = 2, dts = -2. Non zero values usually imply the stream is encoded using B-frames which are not decoded in presentation order.CAP_PROP_IMAGE_SEQ_START(open-only) Start number for image sequences opened with a printf-style pattern (e.g.
frame_%05d.dpx). Sets the initial frame number and disables automatic first-frame detection. Applicable toCAP_FFMPEG(passed as the image2 demuxerstart_number) andCAP_IMAGESbackends. Default: not set (automatic detection).VIDEOWRITER_PROP_UNKNOWNReturned by VideoWriter::get if the requested property is unknown or unsupported
VIDEOWRITER_PROP_QUALITYCurrent quality (0..100%) of the encoded videostream. Can be adjusted dynamically in some codecs.
VIDEOWRITER_PROP_FRAMEBYTES(Read-only): Size of just encoded video frame. Note that the encoding order may be different from representation order.
VIDEOWRITER_PROP_NSTRIPESNumber of stripes for parallel encoding. -1 for auto detection.
VIDEOWRITER_PROP_IS_COLORIf it is not zero, the encoder will expect and encode color frames, otherwise it
VIDEOWRITER_PROP_DEPTHDefaults to
CV_8U.VIDEOWRITER_PROP_HW_ACCELERATION(open-only) Hardware acceleration type (see #VideoAccelerationType). Setting supported only via
paramsparameter in VideoWriter constructor / .open() method. Default value is backend-specific.VIDEOWRITER_PROP_HW_DEVICE(open-only) Hardware device index (select GPU if multiple available). Device enumeration is acceleration type specific.
VIDEOWRITER_PROP_HW_ACCELERATION_USE_OPENCL(open-only) If non-zero, create new OpenCL context and bind it to current thread. The OpenCL context created with Video Acceleration context attached it (if not attached yet) for optimized GPU data copy between cv::UMat and HW accelerated encoder.
VIDEOWRITER_PROP_RAW_VIDEOSet to non-zero to signal that the following frames are key frames or zero if not, when encapsulating raw video (
VIDEOWRITER_PROP_RAW_VIDEO!= 0). FFmpeg back-end only.VIDEOWRITER_PROP_KEY_INTERVAL(open-only) Set the key frame interval using raw video encapsulation (
VIDEOWRITER_PROP_RAW_VIDEO!= 0). Defaults to 1 when not set. FFmpeg back-end only.VIDEOWRITER_PROP_KEY_FLAGSet to non-zero to signal that the following frames are key frames or zero if not, when encapsulating raw video (
VIDEOWRITER_PROP_RAW_VIDEO!= 0). FFmpeg back-end only.VIDEOWRITER_PROP_PTSSpecifies the frame presentation timestamp for each frame using the FPS time base. This property is only necessary when encapsulating externally encoded video where the decoding order differs from the presentation order, such as in GOP patterns with bi-directional B-frames. The value should be provided by your external encoder and for video sources with fixed frame rates it is equivalent to dividing the current frame's presentation time (
CAP_PROP_POS_MSEC) by the frame duration (1000.0 / VideoCapture::get(CAP_PROP_FPS)). It can be queried from the resulting encapsulated video file using VideoCapture::get(CAP_PROP_PTS). FFmpeg back-end only.VIDEOWRITER_PROP_DTS_DELAYSpecifies the maximum difference between presentation (pts) and decompression timestamps (dts) using the FPS time base. This property is necessary only when encapsulating externally encoded video where the decoding order differs from the presentation order, such as in GOP patterns with bi-directional B-frames. The value should be calculated based on the specific GOP pattern used during encoding. For example, in a GOP with presentation order IBP and decoding order IPB, this value would be 1, as the B-frame is the second frame presented but the third to be decoded. It can be queried from the resulting encapsulated video file using VideoCapture::get(
CAP_PROP_DTS_DELAY). Non-zero values usually imply the stream is encoded using B-frames. FFmpeg back-end only.VIDEOWRITER_PROP_COLOR_SPACE(open-only) GStreamer backend only. Pixel format for the encoding profile. Default is "I420". Other values: "NV12", "BGRx". See GStreamer raw video formats for more options.
VIDEOWRITER_PROP_ENABLE_ALPHA(open-only) FFmpeg backend only. Defines that input frames contain alpha channel.
VIDEO_ACCELERATION_NONEDo not require any specific H/W acceleration, prefer software processing.
VIDEO_ACCELERATION_ANYPrefer to use H/W acceleration. If no one supported, then fallback to software processing.
VIDEO_ACCELERATION_D3D11VIDEO_ACCELERATION_D3D11: DirectX 11
VIDEO_ACCELERATION_VAAPIVIDEO_ACCELERATION_VAAPI: VAAPI
VIDEO_ACCELERATION_MFXlibmfx (Intel MediaSDK/oneVPL)
VIDEO_ACCELERATION_DRMRaspberry Pi V4
CAP_PROP_DC1394_OFFturn the feature off (not controlled manually nor automatically).
CAP_PROP_DC1394_MODE_MANUALset automatically when a value of the feature is set by the user.
CAP_PROP_DC1394_MODE_AUTOset automatically when a value of the feature is set by the user.
CAP_PROP_DC1394_MODE_ONE_PUSH_AUTOcap prop dc1394 mode one push auto constant (-1), defined by OpenCV for cv.
CAP_PROP_DC1394_MAXcap prop dc1394 max constant (31), defined by OpenCV for cv.
CAP_OPENNI_DEPTH_GENERATORcap openni depth generator constant (1 << 31), defined by OpenCV for cv.
CAP_OPENNI_IMAGE_GENERATORcap openni image generator constant (1 << 30), defined by OpenCV for cv.
CAP_OPENNI_IR_GENERATORcap openni ir generator constant (1 << 29), defined by OpenCV for cv.
CAP_OPENNI_GENERATORS_MASKcap openni generators mask constant (CAP_OPENNI_DEPTH_GENERATOR + CAP_OPENNI_IMAGE_GENERATOR + CAP_OPENNI_IR_GENERATOR), defined by OpenCV for cv.
CAP_PROP_OPENNI_OUTPUT_MODEProperties of cameras available through OpenNI backend
CAP_PROP_OPENNI_FRAME_MAX_DEPTHCAP_PROP_OPENNI_FRAME_MAX_DEPTH: In mm
CAP_PROP_OPENNI_BASELINECAP_PROP_OPENNI_BASELINE: In mm
CAP_PROP_OPENNI_FOCAL_LENGTHCAP_PROP_OPENNI_FOCAL_LENGTH: In pixels
CAP_PROP_OPENNI_REGISTRATIONFlag that synchronizes the remapping depth map to image map by changing depth generator's view point (if the flag is "on") or sets this view point to its normal one (if the flag is "off").
CAP_PROP_OPENNI_REGISTRATION_ONFlag that synchronizes the remapping depth map to image map by changing depth generator's view point (if the flag is "on") or sets this view point to its normal one (if the flag is "off").
CAP_PROP_OPENNI_APPROX_FRAME_SYNCcap prop openni approx frame sync constant (105), defined by OpenCV for cv.
CAP_PROP_OPENNI_MAX_BUFFER_SIZEcap prop openni max buffer size constant (106), defined by OpenCV for cv.
CAP_PROP_OPENNI_CIRCLE_BUFFERcap prop openni circle buffer constant (107), defined by OpenCV for cv.
CAP_PROP_OPENNI_MAX_TIME_DURATIONcap prop openni max time duration constant (108), defined by OpenCV for cv.
CAP_PROP_OPENNI_GENERATOR_PRESENTcap prop openni generator present constant (109), defined by OpenCV for cv.
CAP_PROP_OPENNI2_SYNCcap prop openni2 sync constant (110), defined by OpenCV for cv.
CAP_PROP_OPENNI2_MIRRORcap prop openni2 mirror constant (111), defined by OpenCV for cv.
CAP_OPENNI_IMAGE_GENERATOR_PRESENTOpenNI shortcuts
CAP_OPENNI_IMAGE_GENERATOR_OUTPUT_MODEcap openni image generator output mode constant (+CAP_OPENNI_IMAGE_GENERATOR + CAP_PROP_OPENNI_OUTPUT_MODE), defined by OpenCV for cv.
CAP_OPENNI_DEPTH_GENERATOR_PRESENTcap openni depth generator present constant (+CAP_OPENNI_DEPTH_GENERATOR + CAP_PROP_OPENNI_GENERATOR_PRESENT), defined by OpenCV for cv.
CAP_OPENNI_DEPTH_GENERATOR_BASELINEcap openni depth generator baseline constant (+CAP_OPENNI_DEPTH_GENERATOR + CAP_PROP_OPENNI_BASELINE), defined by OpenCV for cv.
CAP_OPENNI_DEPTH_GENERATOR_FOCAL_LENGTHcap openni depth generator focal length constant (+CAP_OPENNI_DEPTH_GENERATOR + CAP_PROP_OPENNI_FOCAL_LENGTH), defined by OpenCV for cv.
CAP_OPENNI_DEPTH_GENERATOR_REGISTRATIONcap openni depth generator registration constant (+CAP_OPENNI_DEPTH_GENERATOR + CAP_PROP_OPENNI_REGISTRATION), defined by OpenCV for cv.
CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION_ONcap openni depth generator registration on constant (CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION), defined by OpenCV for cv.
CAP_OPENNI_IR_GENERATOR_PRESENTcap openni ir generator present constant (+CAP_OPENNI_IR_GENERATOR + CAP_PROP_OPENNI_GENERATOR_PRESENT), defined by OpenCV for cv.
CAP_OPENNI_DEPTH_MAPDepth values in mm (CV_16UC1)
CAP_OPENNI_POINT_CLOUD_MAPXYZ in meters (CV_32FC3)
CAP_OPENNI_DISPARITY_MAPDisparity in pixels (CV_8UC1)
CAP_OPENNI_DISPARITY_MAP_32FDisparity in pixels (CV_32FC1)
CAP_OPENNI_VALID_DEPTH_MASKCAP_OPENNI_VALID_DEPTH_MASK: CV_8UC1
CAP_OPENNI_BGR_IMAGEData given from RGB image generator
CAP_OPENNI_GRAY_IMAGEData given from RGB image generator
CAP_OPENNI_IR_IMAGEData given from IR image generator
CAP_OPENNI_VGA_30HZSupported output modes of OpenNI image generator
CAP_OPENNI_SXGA_15HZcap openni sxga 15 hz constant (1), defined by OpenCV for cv.
CAP_OPENNI_SXGA_30HZcap openni sxga 30 hz constant (2), defined by OpenCV for cv.
CAP_OPENNI_QVGA_30HZcap openni qvga 30 hz constant (3), defined by OpenCV for cv.
CAP_OPENNI_QVGA_60HZcap openni qvga 60 hz constant (4), defined by OpenCV for cv.
CAP_PROP_GSTREAMER_QUEUE_LENGTHCAP_PROP_GSTREAMER_QUEUE_LENGTH: Default is 1
CAP_PROP_PVAPI_MULTICASTIPIP for enable multicast master mode. 0 for disable multicast.
CAP_PROP_PVAPI_FRAMESTARTTRIGGERMODEFrameStartTriggerMode: Determines how a frame is initiated.
CAP_PROP_PVAPI_DECIMATIONHORIZONTALHorizontal sub-sampling of the image.
CAP_PROP_PVAPI_DECIMATIONVERTICALVertical sub-sampling of the image.
CAP_PROP_PVAPI_BINNINGXHorizontal binning factor.
CAP_PROP_PVAPI_BINNINGYVertical binning factor.
CAP_PROP_PVAPI_PIXELFORMATCAP_PROP_PVAPI_PIXELFORMAT: Pixel format.
CAP_PVAPI_FSTRIGMODE_FREERUNCAP_PVAPI_FSTRIGMODE_FREERUN: Freerun
CAP_PVAPI_FSTRIGMODE_SYNCIN1CAP_PVAPI_FSTRIGMODE_SYNCIN1: SyncIn1
CAP_PVAPI_FSTRIGMODE_SYNCIN2CAP_PVAPI_FSTRIGMODE_SYNCIN2: SyncIn2
CAP_PVAPI_FSTRIGMODE_FIXEDRATECAP_PVAPI_FSTRIGMODE_FIXEDRATE: FixedRate
CAP_PVAPI_FSTRIGMODE_SOFTWARECAP_PVAPI_FSTRIGMODE_SOFTWARE: Software
CAP_PVAPI_DECIMATION_OFFCAP_PVAPI_DECIMATION_OFF: Off
CAP_PVAPI_DECIMATION_2OUTOF42 out of 4 decimation
CAP_PVAPI_DECIMATION_2OUTOF82 out of 8 decimation
CAP_PVAPI_DECIMATION_2OUTOF162 out of 16 decimation
CAP_PVAPI_PIXELFORMAT_MONO8CAP_PVAPI_PIXELFORMAT_MONO8: Mono8
CAP_PVAPI_PIXELFORMAT_MONO16CAP_PVAPI_PIXELFORMAT_MONO16: Mono16
CAP_PVAPI_PIXELFORMAT_BAYER8CAP_PVAPI_PIXELFORMAT_BAYER8: Bayer8
CAP_PVAPI_PIXELFORMAT_BAYER16CAP_PVAPI_PIXELFORMAT_BAYER16: Bayer16
CAP_PVAPI_PIXELFORMAT_RGB24CAP_PVAPI_PIXELFORMAT_RGB24: Rgb24
CAP_PVAPI_PIXELFORMAT_BGR24CAP_PVAPI_PIXELFORMAT_BGR24: Bgr24
CAP_PVAPI_PIXELFORMAT_RGBA32CAP_PVAPI_PIXELFORMAT_RGBA32: Rgba32
CAP_PVAPI_PIXELFORMAT_BGRA32CAP_PVAPI_PIXELFORMAT_BGRA32: Bgra32
CAP_PROP_XI_DOWNSAMPLINGChange image resolution by binning or skipping.
CAP_PROP_XI_DATA_FORMATOutput data format.
CAP_PROP_XI_OFFSET_XHorizontal offset from the origin to the area of interest (in pixels).
CAP_PROP_XI_OFFSET_YVertical offset from the origin to the area of interest (in pixels).
CAP_PROP_XI_TRG_SOURCEDefines source of trigger.
CAP_PROP_XI_TRG_SOFTWAREGenerates an internal trigger. PRM_TRG_SOURCE must be set to TRG_SOFTWARE.
CAP_PROP_XI_GPI_SELECTORSelects general purpose input.
CAP_PROP_XI_GPI_MODESet general purpose input mode.
CAP_PROP_XI_GPI_LEVELGet general purpose level.
CAP_PROP_XI_GPO_SELECTORSelects general purpose output.
CAP_PROP_XI_GPO_MODESet general purpose output mode.
CAP_PROP_XI_LED_SELECTORSelects camera signalling LED.
CAP_PROP_XI_LED_MODEDefine camera signalling LED functionality.
CAP_PROP_XI_MANUAL_WBCalculates White Balance(must be called during acquisition).
CAP_PROP_XI_AUTO_WBAutomatic white balance.
CAP_PROP_XI_AEAGAutomatic exposure/gain.
CAP_PROP_XI_EXP_PRIORITYExposure priority (0.5 - exposure 50%, gain 50%).
CAP_PROP_XI_AE_MAX_LIMITMaximum limit of exposure in AEAG procedure.
CAP_PROP_XI_AG_MAX_LIMITMaximum limit of gain in AEAG procedure.
CAP_PROP_XI_AEAG_LEVELAverage intensity of output signal AEAG should achieve(in %).
CAP_PROP_XI_TIMEOUTImage capture timeout in milliseconds.
CAP_PROP_XI_EXPOSUREExposure time in microseconds.
CAP_PROP_XI_EXPOSURE_BURST_COUNTSets the number of times of exposure in one frame.
CAP_PROP_XI_GAIN_SELECTORGain selector for parameter Gain allows to select different type of gains.
CAP_PROP_XI_GAINCAP_PROP_XI_GAIN: Gain in dB.
CAP_PROP_XI_DOWNSAMPLING_TYPEChange image downsampling type.
CAP_PROP_XI_BINNING_SELECTORBinning engine selector.
CAP_PROP_XI_BINNING_VERTICALVertical Binning - number of vertical photo-sensitive cells to combine together.
CAP_PROP_XI_BINNING_HORIZONTALHorizontal Binning - number of horizontal photo-sensitive cells to combine together.
CAP_PROP_XI_BINNING_PATTERNBinning pattern type.
CAP_PROP_XI_DECIMATION_SELECTORDecimation engine selector.
CAP_PROP_XI_DECIMATION_VERTICALVertical Decimation - vertical sub-sampling of the image - reduces the vertical resolution of the image by the specified vertical decimation factor.
CAP_PROP_XI_DECIMATION_HORIZONTALHorizontal Decimation - horizontal sub-sampling of the image - reduces the horizontal resolution of the image by the specified vertical decimation factor.
CAP_PROP_XI_DECIMATION_PATTERNDecimation pattern type.
CAP_PROP_XI_TEST_PATTERN_GENERATOR_SELECTORSelects which test pattern generator is controlled by the TestPattern feature.
CAP_PROP_XI_TEST_PATTERNSelects which test pattern type is generated by the selected generator.
CAP_PROP_XI_IMAGE_DATA_FORMATOutput data format.
CAP_PROP_XI_SHUTTER_TYPEChange sensor shutter type(CMOS sensor).
CAP_PROP_XI_SENSOR_TAPSNumber of taps.
CAP_PROP_XI_AEAG_ROI_OFFSET_XAutomatic exposure/gain ROI offset X.
CAP_PROP_XI_AEAG_ROI_OFFSET_YAutomatic exposure/gain ROI offset Y.
CAP_PROP_XI_AEAG_ROI_WIDTHAutomatic exposure/gain ROI Width.
CAP_PROP_XI_AEAG_ROI_HEIGHTAutomatic exposure/gain ROI Height.
CAP_PROP_XI_BPCCorrection of bad pixels.
CAP_PROP_XI_WB_KRWhite balance red coefficient.
CAP_PROP_XI_WB_KGWhite balance green coefficient.
CAP_PROP_XI_WB_KBWhite balance blue coefficient.
CAP_PROP_XI_WIDTHWidth of the Image provided by the device (in pixels).
CAP_PROP_XI_HEIGHTHeight of the Image provided by the device (in pixels).
CAP_PROP_XI_REGION_SELECTORSelects Region in Multiple ROI which parameters are set by width, height, ... ,region mode.
CAP_PROP_XI_REGION_MODEActivates/deactivates Region selected by Region Selector.
CAP_PROP_XI_LIMIT_BANDWIDTHSet/get bandwidth(datarate)(in Megabits).
CAP_PROP_XI_SENSOR_DATA_BIT_DEPTHSensor output data bit depth.
CAP_PROP_XI_OUTPUT_DATA_BIT_DEPTHDevice output data bit depth.
CAP_PROP_XI_IMAGE_DATA_BIT_DEPTHbitdepth of data returned by function xiGetImage.
CAP_PROP_XI_OUTPUT_DATA_PACKINGDevice output data packing (or grouping) enabled. Packing could be enabled if output_data_bit_depth > 8 and packing capability is available.
CAP_PROP_XI_OUTPUT_DATA_PACKING_TYPEData packing type. Some cameras supports only specific packing type.
CAP_PROP_XI_IS_COOLEDReturns 1 for cameras that support cooling.
CAP_PROP_XI_COOLINGStart camera cooling.
CAP_PROP_XI_TARGET_TEMPSet sensor target temperature for cooling.
CAP_PROP_XI_CHIP_TEMPCamera sensor temperature.
CAP_PROP_XI_HOUS_TEMPCamera housing temperature.
CAP_PROP_XI_HOUS_BACK_SIDE_TEMPCamera housing back side temperature.
CAP_PROP_XI_SENSOR_BOARD_TEMPCamera sensor board temperature.
CAP_PROP_XI_CMSMode of color management system.
CAP_PROP_XI_APPLY_CMSEnable applying of CMS profiles to xiGetImage (see XI_PRM_INPUT_CMS_PROFILE, XI_PRM_OUTPUT_CMS_PROFILE).
CAP_PROP_XI_IMAGE_IS_COLORReturns 1 for color cameras.
CAP_PROP_XI_COLOR_FILTER_ARRAYReturns color filter array type of RAW data.
CAP_PROP_XI_GAMMAYLuminosity gamma.
CAP_PROP_XI_GAMMACChromaticity gamma.
CAP_PROP_XI_SHARPNESSSharpness Strength.
CAP_PROP_XI_CC_MATRIX_00Color Correction Matrix element [0][0].
CAP_PROP_XI_CC_MATRIX_01Color Correction Matrix element [0][1].
CAP_PROP_XI_CC_MATRIX_02Color Correction Matrix element [0][2].
CAP_PROP_XI_CC_MATRIX_03Color Correction Matrix element [0][3].
CAP_PROP_XI_CC_MATRIX_10Color Correction Matrix element [1][0].
CAP_PROP_XI_CC_MATRIX_11Color Correction Matrix element [1][1].
CAP_PROP_XI_CC_MATRIX_12Color Correction Matrix element [1][2].
CAP_PROP_XI_CC_MATRIX_13Color Correction Matrix element [1][3].
CAP_PROP_XI_CC_MATRIX_20Color Correction Matrix element [2][0].
CAP_PROP_XI_CC_MATRIX_21Color Correction Matrix element [2][1].
CAP_PROP_XI_CC_MATRIX_22Color Correction Matrix element [2][2].
CAP_PROP_XI_CC_MATRIX_23Color Correction Matrix element [2][3].
CAP_PROP_XI_CC_MATRIX_30Color Correction Matrix element [3][0].
CAP_PROP_XI_CC_MATRIX_31Color Correction Matrix element [3][1].
CAP_PROP_XI_CC_MATRIX_32Color Correction Matrix element [3][2].
CAP_PROP_XI_CC_MATRIX_33Color Correction Matrix element [3][3].
CAP_PROP_XI_DEFAULT_CC_MATRIXSet default Color Correction Matrix.
CAP_PROP_XI_TRG_SELECTORSelects the type of trigger.
CAP_PROP_XI_ACQ_FRAME_BURST_COUNTSets number of frames acquired by burst. This burst is used only if trigger is set to FrameBurstStart.
CAP_PROP_XI_DEBOUNCE_ENEnable/Disable debounce to selected GPI.
CAP_PROP_XI_DEBOUNCE_T0Debounce time (x * 10us).
CAP_PROP_XI_DEBOUNCE_T1Debounce time (x * 10us).
CAP_PROP_XI_DEBOUNCE_POLDebounce polarity (pol = 1 t0 - falling edge, t1 - rising edge).
CAP_PROP_XI_LENS_MODEStatus of lens control interface. This shall be set to XI_ON before any Lens operations.
CAP_PROP_XI_LENS_APERTURE_VALUECurrent lens aperture value in stops. Examples: 2.8, 4, 5.6, 8, 11.
CAP_PROP_XI_LENS_FOCUS_MOVEMENT_VALUELens current focus movement value to be used by XI_PRM_LENS_FOCUS_MOVE in motor steps.
CAP_PROP_XI_LENS_FOCUS_MOVEMoves lens focus motor by steps set in XI_PRM_LENS_FOCUS_MOVEMENT_VALUE.
CAP_PROP_XI_LENS_FOCUS_DISTANCELens focus distance in cm.
CAP_PROP_XI_LENS_FOCAL_LENGTHLens focal distance in mm.
CAP_PROP_XI_LENS_FEATURE_SELECTORSelects the current feature which is accessible by XI_PRM_LENS_FEATURE.
CAP_PROP_XI_LENS_FEATUREAllows access to lens feature value currently selected by XI_PRM_LENS_FEATURE_SELECTOR.
CAP_PROP_XI_DEVICE_MODEL_IDReturns device model id.
CAP_PROP_XI_DEVICE_SNReturns device serial number.
CAP_PROP_XI_IMAGE_DATA_FORMAT_RGB32_ALPHAThe alpha channel of RGB32 output image format.
CAP_PROP_XI_IMAGE_PAYLOAD_SIZEBuffer size in bytes sufficient for output image returned by xiGetImage.
CAP_PROP_XI_TRANSPORT_PIXEL_FORMATCurrent format of pixels on transport layer.
CAP_PROP_XI_SENSOR_CLOCK_FREQ_HZSensor clock frequency in Hz.
CAP_PROP_XI_SENSOR_CLOCK_FREQ_INDEXSensor clock frequency index. Sensor with selected frequencies have possibility to set the frequency only by this index.
CAP_PROP_XI_SENSOR_OUTPUT_CHANNEL_COUNTNumber of output channels from sensor used for data transfer.
CAP_PROP_XI_FRAMERATEDefine framerate in Hz.
CAP_PROP_XI_COUNTER_SELECTORSelect counter.
CAP_PROP_XI_COUNTER_VALUECounter status.
CAP_PROP_XI_ACQ_TIMING_MODEType of sensor frames timing.
CAP_PROP_XI_AVAILABLE_BANDWIDTHCalculate and returns available interface bandwidth(int Megabits).
CAP_PROP_XI_BUFFER_POLICYData move policy.
CAP_PROP_XI_LUT_ENCAP_PROP_XI_LUT_EN: Activates LUT.
CAP_PROP_XI_LUT_INDEXControl the index (offset) of the coefficient to access in the LUT.
CAP_PROP_XI_LUT_VALUEValue at entry LUTIndex of the LUT.
CAP_PROP_XI_TRG_DELAYSpecifies the delay in microseconds (us) to apply after the trigger reception before activating it.
CAP_PROP_XI_TS_RST_MODEDefines how time stamp reset engine will be armed.
CAP_PROP_XI_TS_RST_SOURCEDefines which source will be used for timestamp reset. Writing this parameter will trigger settings of engine (arming).
CAP_PROP_XI_IS_DEVICE_EXISTReturns 1 if camera connected and works properly.
CAP_PROP_XI_ACQ_BUFFER_SIZEAcquisition buffer size in buffer_size_unit. Default bytes.
CAP_PROP_XI_ACQ_BUFFER_SIZE_UNITAcquisition buffer size unit in bytes. Default 1. E.g. Value 1024 means that buffer_size is in KiBytes.
CAP_PROP_XI_ACQ_TRANSPORT_BUFFER_SIZEAcquisition transport buffer size in bytes.
CAP_PROP_XI_BUFFERS_QUEUE_SIZEQueue of field/frame buffers.
CAP_PROP_XI_ACQ_TRANSPORT_BUFFER_COMMITNumber of buffers to commit to low level.
CAP_PROP_XI_RECENT_FRAMEGetImage returns most recent frame.
CAP_PROP_XI_DEVICE_RESETResets the camera to default state.
CAP_PROP_XI_COLUMN_FPN_CORRECTIONCorrection of column FPN.
CAP_PROP_XI_ROW_FPN_CORRECTIONCorrection of row FPN.
CAP_PROP_XI_SENSOR_MODECurrent sensor mode. Allows to select sensor mode by one integer. Setting of this parameter affects: image dimensions and downsampling.
CAP_PROP_XI_HDREnable High Dynamic Range feature.
CAP_PROP_XI_HDR_KNEEPOINT_COUNTThe number of kneepoints in the PWLR.
CAP_PROP_XI_HDR_T1Position of first kneepoint(in % of XI_PRM_EXPOSURE).
CAP_PROP_XI_HDR_T2Position of second kneepoint (in % of XI_PRM_EXPOSURE).
CAP_PROP_XI_KNEEPOINT1Value of first kneepoint (% of sensor saturation).
CAP_PROP_XI_KNEEPOINT2Value of second kneepoint (% of sensor saturation).
CAP_PROP_XI_IMAGE_BLACK_LEVELLast image black level counts. Can be used for Offline processing to recall it.
CAP_PROP_XI_HW_REVISIONReturns hardware revision number.
CAP_PROP_XI_DEBUG_LEVELSet debug level.
CAP_PROP_XI_AUTO_BANDWIDTH_CALCULATIONAutomatic bandwidth calculation.
CAP_PROP_XI_FFS_FILE_IDCAP_PROP_XI_FFS_FILE_ID: File number.
CAP_PROP_XI_FFS_FILE_SIZECAP_PROP_XI_FFS_FILE_SIZE: Size of file.
CAP_PROP_XI_FREE_FFS_SIZESize of free camera FFS.
CAP_PROP_XI_USED_FFS_SIZESize of used camera FFS.
CAP_PROP_XI_FFS_ACCESS_KEYSetting of key enables file operations on some cameras.
CAP_PROP_XI_SENSOR_FEATURE_SELECTORSelects the current feature which is accessible by XI_PRM_SENSOR_FEATURE_VALUE.
CAP_PROP_XI_SENSOR_FEATURE_VALUEAllows access to sensor feature value currently selected by XI_PRM_SENSOR_FEATURE_SELECTOR.
CAP_PROP_ARAVIS_AUTOTRIGGERAutomatically trigger frame capture if camera is configured with software trigger
CAP_PROP_ANDROID_DEVICE_TORCHARAVIS
Properties of cameras available through NDK Camera API backend
CAP_PROP_IOS_DEVICE_FOCUSAndroid
Properties of cameras available through AVFOUNDATION backend
CAP_PROP_IOS_DEVICE_EXPOSUREcap prop ios device exposure constant (9002), defined by OpenCV for cv.
CAP_PROP_IOS_DEVICE_FLASHcap prop ios device flash constant (9003), defined by OpenCV for cv.
CAP_PROP_IOS_DEVICE_WHITEBALANCEcap prop ios device whitebalance constant (9004), defined by OpenCV for cv.
CAP_PROP_IOS_DEVICE_TORCHcap prop ios device torch constant (9005), defined by OpenCV for cv.
CAP_PROP_GIGA_FRAME_OFFSET_XAVFoundation framework for iOS
Properties of cameras available through Smartek Giganetix Ethernet Vision backend --- Vladimir Litvinenko (litvinenko.vladimirgmail:.com) ---
CAP_PROP_GIGA_FRAME_OFFSET_Ycap prop giga frame offset y constant (10002), defined by OpenCV for cv.
CAP_PROP_GIGA_FRAME_WIDTH_MAXcap prop giga frame width max constant (10003), defined by OpenCV for cv.
CAP_PROP_GIGA_FRAME_HEIGHT_MAXCAP_PROP_GIGA_FRAME_HEIGHT_MAX: deprecated:
CAP_PROP_GIGA_FRAME_SENS_WIDTHcap prop giga frame sens width constant (10005), defined by OpenCV for cv.
CAP_PROP_GIGA_FRAME_SENS_HEIGHTCAP_PROP_GIGA_FRAME_SENS_HEIGHT: deprecated:
CAP_PROP_INTELPERC_PROFILE_COUNTCAP_PROP_INTELPERC_PROFILE_COUNT: Smartek
CAP_PROP_INTELPERC_PROFILE_IDXcap prop intelperc profile idx constant (11002), defined by OpenCV for cv.
CAP_PROP_INTELPERC_DEPTH_LOW_CONFIDENCE_VALUEcap prop intelperc depth low confidence value constant (11003), defined by OpenCV for cv.
CAP_PROP_INTELPERC_DEPTH_SATURATION_VALUEcap prop intelperc depth saturation value constant (11004), defined by OpenCV for cv.
CAP_PROP_INTELPERC_DEPTH_CONFIDENCE_THRESHOLDcap prop intelperc depth confidence threshold constant (11005), defined by OpenCV for cv.
CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_HORZcap prop intelperc depth focal length horz constant (11006), defined by OpenCV for cv.
CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_VERTcap prop intelperc depth focal length vert constant (11007), defined by OpenCV for cv.
CAP_INTELPERC_DEPTH_GENERATORcap intelperc depth generator constant (1 << 29), defined by OpenCV for cv.
CAP_INTELPERC_IMAGE_GENERATORcap intelperc image generator constant (1 << 28), defined by OpenCV for cv.
CAP_INTELPERC_IR_GENERATORcap intelperc ir generator constant (1 << 27), defined by OpenCV for cv.
CAP_INTELPERC_GENERATORS_MASKcap intelperc generators mask constant (CAP_INTELPERC_DEPTH_GENERATOR + CAP_INTELPERC_IMAGE_GENERATOR + CAP_INTELPERC_IR_GENERATOR), defined by OpenCV for cv.
CAP_INTELPERC_DEPTH_MAPEach pixel is a 16-bit integer. The value indicates the distance from an object to the camera's XY plane or the Cartesian depth.
CAP_INTELPERC_UVDEPTH_MAPEach pixel contains two 32-bit floating point values in the range of 0-1, representing the mapping of depth coordinates to the color coordinates.
CAP_INTELPERC_IR_MAPEach pixel is a 16-bit integer. The value indicates the intensity of the reflected laser beam.
CAP_INTELPERC_IMAGEEach pixel is a 16-bit integer. The value indicates the intensity of the reflected laser beam.
CAP_PROP_GPHOTO2_PREVIEWCapture only preview from liveview mode.
CAP_PROP_GPHOTO2_WIDGET_ENUMERATEReadonly, returns (const char *).
CAP_PROP_GPHOTO2_RELOAD_CONFIGTrigger, only by set. Reload camera settings.
CAP_PROP_GPHOTO2_RELOAD_ON_CHANGEReload all settings on set.
CAP_PROP_GPHOTO2_COLLECT_MSGSCollect messages with details.
CAP_PROP_GPHOTO2_FLUSH_MSGSReadonly, returns (const char *).
CAP_PROP_SPEEDExposure speed. Can be readonly, depends on camera program.
CAP_PROP_APERTUREAperture. Can be readonly, depends on camera program.
CAP_PROP_EXPOSUREPROGRAMCamera exposure program.
CAP_PROP_VIEWFINDEREnter liveview mode.
CAP_PROP_IMAGES_BASEgPhoto2
Images backend properties
CAP_PROP_IMAGES_LASTCAP_PROP_IMAGES_LAST: excluding
CAP_OBSENSOR_DEPTH_MAPDepth values in mm (CV_16UC1)
CAP_OBSENSOR_BGR_IMAGEData given from BGR stream generator
CAP_OBSENSOR_IR_IMAGEData given from IR stream generator(CV_16UC1)
CAP_OBSENSOR_DEPTH_GENERATORcap obsensor depth generator constant (1 << 29), defined by OpenCV for cv.
CAP_OBSENSOR_IMAGE_GENERATORcap obsensor image generator constant (1 << 28), defined by OpenCV for cv.
CAP_OBSENSOR_IR_GENERATORcap obsensor ir generator constant (1 << 27), defined by OpenCV for cv.
CAP_OBSENSOR_GENERATORS_MASKcap obsensor generators mask constant (CAP_OBSENSOR_DEPTH_GENERATOR + CAP_OBSENSOR_IMAGE_GENERATOR + CAP_OBSENSOR_IR_GENERATOR), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_INTRINSIC_FXCAP_PROP_OBSENSOR_INTRINSIC_FX: INTRINSIC
CAP_PROP_OBSENSOR_INTRINSIC_FYcap prop obsensor intrinsic fy constant (26002), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_INTRINSIC_CXcap prop obsensor intrinsic cx constant (26003), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_INTRINSIC_CYcap prop obsensor intrinsic cy constant (26004), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_RGB_POS_MSECcap prop obsensor rgb pos msec constant (26005), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_DEPTH_POS_MSECcap prop obsensor depth pos msec constant (26006), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_DEPTH_WIDTHcap prop obsensor depth width constant (26007), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_DEPTH_HEIGHTcap prop obsensor depth height constant (26008), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_DEPTH_FPScap prop obsensor depth fps constant (26009), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K1cap prop obsensor color distortion k1 constant (26010), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K2cap prop obsensor color distortion k2 constant (26011), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K3cap prop obsensor color distortion k3 constant (26012), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K4cap prop obsensor color distortion k4 constant (26013), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K5cap prop obsensor color distortion k5 constant (26014), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K6cap prop obsensor color distortion k6 constant (26015), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_COLOR_DISTORTION_P1cap prop obsensor color distortion p1 constant (26016), defined by OpenCV for cv.
CAP_PROP_OBSENSOR_COLOR_DISTORTION_P2cap prop obsensor color distortion p2 constant (26017), defined by OpenCV for cv.