Package org.opencv.videoio
Class Videoio
java.lang.Object
org.opencv.videoio.Videoio
public class Videoio extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Videoio()
-
Method Summary
Modifier and Type Method Description static String
getBackendName(int api)
Returns backend API name or "UnknownVideoAPI(xxx)"static String
getCameraBackendPluginVersion(int api, int[] version_ABI, int[] version_API)
Returns description and ABI/API version of videoio plugin's camera interfacestatic String
getStreamBackendPluginVersion(int api, int[] version_ABI, int[] version_API)
Returns description and ABI/API version of videoio plugin's stream capture interfacestatic String
getWriterBackendPluginVersion(int api, int[] version_ABI, int[] version_API)
Returns description and ABI/API version of videoio plugin's writer interfacestatic boolean
hasBackend(int api)
Returns true if backend is availablestatic boolean
isBackendBuiltIn(int api)
Returns true if backend is built in (false if backend is used as plugin)
-
Field Details
-
CAP_PROP_DC1394_OFF
- See Also:
- Constant Field Values
-
CAP_PROP_DC1394_MODE_MANUAL
- See Also:
- Constant Field Values
-
CAP_PROP_DC1394_MODE_AUTO
- See Also:
- Constant Field Values
-
CAP_PROP_DC1394_MODE_ONE_PUSH_AUTO
- See Also:
- Constant Field Values
-
CAP_PROP_DC1394_MAX
- See Also:
- Constant Field Values
-
CAP_OPENNI_DEPTH_GENERATOR
- See Also:
- Constant Field Values
-
CAP_OPENNI_IMAGE_GENERATOR
- See Also:
- Constant Field Values
-
CAP_OPENNI_IR_GENERATOR
- See Also:
- Constant Field Values
-
CAP_OPENNI_GENERATORS_MASK
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_OUTPUT_MODE
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_FRAME_MAX_DEPTH
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_BASELINE
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_FOCAL_LENGTH
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_REGISTRATION
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_REGISTRATION_ON
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_APPROX_FRAME_SYNC
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_MAX_BUFFER_SIZE
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_CIRCLE_BUFFER
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_MAX_TIME_DURATION
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI_GENERATOR_PRESENT
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI2_SYNC
- See Also:
- Constant Field Values
-
CAP_PROP_OPENNI2_MIRROR
- See Also:
- Constant Field Values
-
CAP_OPENNI_IMAGE_GENERATOR_PRESENT
- See Also:
- Constant Field Values
-
CAP_OPENNI_IMAGE_GENERATOR_OUTPUT_MODE
- See Also:
- Constant Field Values
-
CAP_OPENNI_DEPTH_GENERATOR_PRESENT
- See Also:
- Constant Field Values
-
CAP_OPENNI_DEPTH_GENERATOR_BASELINE
- See Also:
- Constant Field Values
-
CAP_OPENNI_DEPTH_GENERATOR_FOCAL_LENGTH
- See Also:
- Constant Field Values
-
CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION
- See Also:
- Constant Field Values
-
CAP_OPENNI_DEPTH_GENERATOR_REGISTRATION_ON
- See Also:
- Constant Field Values
-
CAP_OPENNI_IR_GENERATOR_PRESENT
- See Also:
- Constant Field Values
-
CAP_OPENNI_DEPTH_MAP
- See Also:
- Constant Field Values
-
CAP_OPENNI_POINT_CLOUD_MAP
- See Also:
- Constant Field Values
-
CAP_OPENNI_DISPARITY_MAP
- See Also:
- Constant Field Values
-
CAP_OPENNI_DISPARITY_MAP_32F
- See Also:
- Constant Field Values
-
CAP_OPENNI_VALID_DEPTH_MASK
- See Also:
- Constant Field Values
-
CAP_OPENNI_BGR_IMAGE
- See Also:
- Constant Field Values
-
CAP_OPENNI_GRAY_IMAGE
- See Also:
- Constant Field Values
-
CAP_OPENNI_IR_IMAGE
- See Also:
- Constant Field Values
-
CAP_OPENNI_VGA_30HZ
- See Also:
- Constant Field Values
-
CAP_OPENNI_SXGA_15HZ
- See Also:
- Constant Field Values
-
CAP_OPENNI_SXGA_30HZ
- See Also:
- Constant Field Values
-
CAP_OPENNI_QVGA_30HZ
- See Also:
- Constant Field Values
-
CAP_OPENNI_QVGA_60HZ
- See Also:
- Constant Field Values
-
CAP_PROP_GSTREAMER_QUEUE_LENGTH
- See Also:
- Constant Field Values
-
CAP_PROP_PVAPI_MULTICASTIP
- See Also:
- Constant Field Values
-
CAP_PROP_PVAPI_FRAMESTARTTRIGGERMODE
- See Also:
- Constant Field Values
-
CAP_PROP_PVAPI_DECIMATIONHORIZONTAL
- See Also:
- Constant Field Values
-
CAP_PROP_PVAPI_DECIMATIONVERTICAL
- See Also:
- Constant Field Values
-
CAP_PROP_PVAPI_BINNINGX
- See Also:
- Constant Field Values
-
CAP_PROP_PVAPI_BINNINGY
- See Also:
- Constant Field Values
-
CAP_PROP_PVAPI_PIXELFORMAT
- See Also:
- Constant Field Values
-
CAP_PVAPI_FSTRIGMODE_FREERUN
- See Also:
- Constant Field Values
-
CAP_PVAPI_FSTRIGMODE_SYNCIN1
- See Also:
- Constant Field Values
-
CAP_PVAPI_FSTRIGMODE_SYNCIN2
- See Also:
- Constant Field Values
-
CAP_PVAPI_FSTRIGMODE_FIXEDRATE
- See Also:
- Constant Field Values
-
CAP_PVAPI_FSTRIGMODE_SOFTWARE
- See Also:
- Constant Field Values
-
CAP_PVAPI_DECIMATION_OFF
- See Also:
- Constant Field Values
-
CAP_PVAPI_DECIMATION_2OUTOF4
- See Also:
- Constant Field Values
-
CAP_PVAPI_DECIMATION_2OUTOF8
- See Also:
- Constant Field Values
-
CAP_PVAPI_DECIMATION_2OUTOF16
- See Also:
- Constant Field Values
-
CAP_PVAPI_PIXELFORMAT_MONO8
- See Also:
- Constant Field Values
-
CAP_PVAPI_PIXELFORMAT_MONO16
- See Also:
- Constant Field Values
-
CAP_PVAPI_PIXELFORMAT_BAYER8
- See Also:
- Constant Field Values
-
CAP_PVAPI_PIXELFORMAT_BAYER16
- See Also:
- Constant Field Values
-
CAP_PVAPI_PIXELFORMAT_RGB24
- See Also:
- Constant Field Values
-
CAP_PVAPI_PIXELFORMAT_BGR24
- See Also:
- Constant Field Values
-
CAP_PVAPI_PIXELFORMAT_RGBA32
- See Also:
- Constant Field Values
-
CAP_PVAPI_PIXELFORMAT_BGRA32
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DOWNSAMPLING
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DATA_FORMAT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_OFFSET_X
- See Also:
- Constant Field Values
-
CAP_PROP_XI_OFFSET_Y
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TRG_SOURCE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TRG_SOFTWARE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_GPI_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_GPI_MODE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_GPI_LEVEL
- See Also:
- Constant Field Values
-
CAP_PROP_XI_GPO_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_GPO_MODE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LED_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LED_MODE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_MANUAL_WB
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AUTO_WB
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AEAG
- See Also:
- Constant Field Values
-
CAP_PROP_XI_EXP_PRIORITY
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AE_MAX_LIMIT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AG_MAX_LIMIT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AEAG_LEVEL
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TIMEOUT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_EXPOSURE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_EXPOSURE_BURST_COUNT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_GAIN_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_GAIN
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DOWNSAMPLING_TYPE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_BINNING_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_BINNING_VERTICAL
- See Also:
- Constant Field Values
-
CAP_PROP_XI_BINNING_HORIZONTAL
- See Also:
- Constant Field Values
-
CAP_PROP_XI_BINNING_PATTERN
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DECIMATION_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DECIMATION_VERTICAL
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DECIMATION_HORIZONTAL
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DECIMATION_PATTERN
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TEST_PATTERN_GENERATOR_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TEST_PATTERN
- See Also:
- Constant Field Values
-
CAP_PROP_XI_IMAGE_DATA_FORMAT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SHUTTER_TYPE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SENSOR_TAPS
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AEAG_ROI_OFFSET_X
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AEAG_ROI_OFFSET_Y
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AEAG_ROI_WIDTH
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AEAG_ROI_HEIGHT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_BPC
- See Also:
- Constant Field Values
-
CAP_PROP_XI_WB_KR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_WB_KG
- See Also:
- Constant Field Values
-
CAP_PROP_XI_WB_KB
- See Also:
- Constant Field Values
-
CAP_PROP_XI_WIDTH
- See Also:
- Constant Field Values
-
CAP_PROP_XI_HEIGHT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_REGION_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_REGION_MODE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LIMIT_BANDWIDTH
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SENSOR_DATA_BIT_DEPTH
- See Also:
- Constant Field Values
-
CAP_PROP_XI_OUTPUT_DATA_BIT_DEPTH
- See Also:
- Constant Field Values
-
CAP_PROP_XI_IMAGE_DATA_BIT_DEPTH
- See Also:
- Constant Field Values
-
CAP_PROP_XI_OUTPUT_DATA_PACKING
- See Also:
- Constant Field Values
-
CAP_PROP_XI_OUTPUT_DATA_PACKING_TYPE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_IS_COOLED
- See Also:
- Constant Field Values
-
CAP_PROP_XI_COOLING
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TARGET_TEMP
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CHIP_TEMP
- See Also:
- Constant Field Values
-
CAP_PROP_XI_HOUS_TEMP
- See Also:
- Constant Field Values
-
CAP_PROP_XI_HOUS_BACK_SIDE_TEMP
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SENSOR_BOARD_TEMP
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CMS
- See Also:
- Constant Field Values
-
CAP_PROP_XI_APPLY_CMS
- See Also:
- Constant Field Values
-
CAP_PROP_XI_IMAGE_IS_COLOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_COLOR_FILTER_ARRAY
- See Also:
- Constant Field Values
-
CAP_PROP_XI_GAMMAY
- See Also:
- Constant Field Values
-
CAP_PROP_XI_GAMMAC
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SHARPNESS
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_00
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_01
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_02
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_03
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_10
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_11
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_12
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_13
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_20
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_21
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_22
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_23
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_30
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_31
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_32
- See Also:
- Constant Field Values
-
CAP_PROP_XI_CC_MATRIX_33
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DEFAULT_CC_MATRIX
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TRG_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_ACQ_FRAME_BURST_COUNT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DEBOUNCE_EN
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DEBOUNCE_T0
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DEBOUNCE_T1
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DEBOUNCE_POL
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LENS_MODE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LENS_APERTURE_VALUE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LENS_FOCUS_MOVEMENT_VALUE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LENS_FOCUS_MOVE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LENS_FOCUS_DISTANCE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LENS_FOCAL_LENGTH
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LENS_FEATURE_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LENS_FEATURE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DEVICE_MODEL_ID
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DEVICE_SN
- See Also:
- Constant Field Values
-
CAP_PROP_XI_IMAGE_DATA_FORMAT_RGB32_ALPHA
- See Also:
- Constant Field Values
-
CAP_PROP_XI_IMAGE_PAYLOAD_SIZE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TRANSPORT_PIXEL_FORMAT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SENSOR_CLOCK_FREQ_HZ
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SENSOR_CLOCK_FREQ_INDEX
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SENSOR_OUTPUT_CHANNEL_COUNT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_FRAMERATE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_COUNTER_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_COUNTER_VALUE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_ACQ_TIMING_MODE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AVAILABLE_BANDWIDTH
- See Also:
- Constant Field Values
-
CAP_PROP_XI_BUFFER_POLICY
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LUT_EN
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LUT_INDEX
- See Also:
- Constant Field Values
-
CAP_PROP_XI_LUT_VALUE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TRG_DELAY
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TS_RST_MODE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_TS_RST_SOURCE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_IS_DEVICE_EXIST
- See Also:
- Constant Field Values
-
CAP_PROP_XI_ACQ_BUFFER_SIZE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_ACQ_BUFFER_SIZE_UNIT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_ACQ_TRANSPORT_BUFFER_SIZE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_BUFFERS_QUEUE_SIZE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_ACQ_TRANSPORT_BUFFER_COMMIT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_RECENT_FRAME
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DEVICE_RESET
- See Also:
- Constant Field Values
-
CAP_PROP_XI_COLUMN_FPN_CORRECTION
- See Also:
- Constant Field Values
-
CAP_PROP_XI_ROW_FPN_CORRECTION
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SENSOR_MODE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_HDR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_HDR_KNEEPOINT_COUNT
- See Also:
- Constant Field Values
-
CAP_PROP_XI_HDR_T1
- See Also:
- Constant Field Values
-
CAP_PROP_XI_HDR_T2
- See Also:
- Constant Field Values
-
CAP_PROP_XI_KNEEPOINT1
- See Also:
- Constant Field Values
-
CAP_PROP_XI_KNEEPOINT2
- See Also:
- Constant Field Values
-
CAP_PROP_XI_IMAGE_BLACK_LEVEL
- See Also:
- Constant Field Values
-
CAP_PROP_XI_HW_REVISION
- See Also:
- Constant Field Values
-
CAP_PROP_XI_DEBUG_LEVEL
- See Also:
- Constant Field Values
-
CAP_PROP_XI_AUTO_BANDWIDTH_CALCULATION
- See Also:
- Constant Field Values
-
CAP_PROP_XI_FFS_FILE_ID
- See Also:
- Constant Field Values
-
CAP_PROP_XI_FFS_FILE_SIZE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_FREE_FFS_SIZE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_USED_FFS_SIZE
- See Also:
- Constant Field Values
-
CAP_PROP_XI_FFS_ACCESS_KEY
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SENSOR_FEATURE_SELECTOR
- See Also:
- Constant Field Values
-
CAP_PROP_XI_SENSOR_FEATURE_VALUE
- See Also:
- Constant Field Values
-
CAP_PROP_ARAVIS_AUTOTRIGGER
- See Also:
- Constant Field Values
-
CAP_PROP_IOS_DEVICE_FOCUS
- See Also:
- Constant Field Values
-
CAP_PROP_IOS_DEVICE_EXPOSURE
- See Also:
- Constant Field Values
-
CAP_PROP_IOS_DEVICE_FLASH
- See Also:
- Constant Field Values
-
CAP_PROP_IOS_DEVICE_WHITEBALANCE
- See Also:
- Constant Field Values
-
CAP_PROP_IOS_DEVICE_TORCH
- See Also:
- Constant Field Values
-
CAP_PROP_GIGA_FRAME_OFFSET_X
- See Also:
- Constant Field Values
-
CAP_PROP_GIGA_FRAME_OFFSET_Y
- See Also:
- Constant Field Values
-
CAP_PROP_GIGA_FRAME_WIDTH_MAX
- See Also:
- Constant Field Values
-
CAP_PROP_GIGA_FRAME_HEIGH_MAX
- See Also:
- Constant Field Values
-
CAP_PROP_GIGA_FRAME_SENS_WIDTH
- See Also:
- Constant Field Values
-
CAP_PROP_GIGA_FRAME_SENS_HEIGH
- See Also:
- Constant Field Values
-
CAP_PROP_INTELPERC_PROFILE_COUNT
- See Also:
- Constant Field Values
-
CAP_PROP_INTELPERC_PROFILE_IDX
- See Also:
- Constant Field Values
-
CAP_PROP_INTELPERC_DEPTH_LOW_CONFIDENCE_VALUE
- See Also:
- Constant Field Values
-
CAP_PROP_INTELPERC_DEPTH_SATURATION_VALUE
- See Also:
- Constant Field Values
-
CAP_PROP_INTELPERC_DEPTH_CONFIDENCE_THRESHOLD
- See Also:
- Constant Field Values
-
CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_HORZ
- See Also:
- Constant Field Values
-
CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_VERT
- See Also:
- Constant Field Values
-
CAP_INTELPERC_DEPTH_GENERATOR
- See Also:
- Constant Field Values
-
CAP_INTELPERC_IMAGE_GENERATOR
- See Also:
- Constant Field Values
-
CAP_INTELPERC_IR_GENERATOR
- See Also:
- Constant Field Values
-
CAP_INTELPERC_GENERATORS_MASK
- See Also:
- Constant Field Values
-
CAP_INTELPERC_DEPTH_MAP
- See Also:
- Constant Field Values
-
CAP_INTELPERC_UVDEPTH_MAP
- See Also:
- Constant Field Values
-
CAP_INTELPERC_IR_MAP
- See Also:
- Constant Field Values
-
CAP_INTELPERC_IMAGE
- See Also:
- Constant Field Values
-
CAP_PROP_GPHOTO2_PREVIEW
- See Also:
- Constant Field Values
-
CAP_PROP_GPHOTO2_WIDGET_ENUMERATE
- See Also:
- Constant Field Values
-
CAP_PROP_GPHOTO2_RELOAD_CONFIG
- See Also:
- Constant Field Values
-
CAP_PROP_GPHOTO2_RELOAD_ON_CHANGE
- See Also:
- Constant Field Values
-
CAP_PROP_GPHOTO2_COLLECT_MSGS
- See Also:
- Constant Field Values
-
CAP_PROP_GPHOTO2_FLUSH_MSGS
- See Also:
- Constant Field Values
-
CAP_PROP_SPEED
- See Also:
- Constant Field Values
-
CAP_PROP_APERTURE
- See Also:
- Constant Field Values
-
CAP_PROP_EXPOSUREPROGRAM
- See Also:
- Constant Field Values
-
CAP_PROP_VIEWFINDER
- See Also:
- Constant Field Values
-
CAP_PROP_IMAGES_BASE
- See Also:
- Constant Field Values
-
CAP_PROP_IMAGES_LAST
- See Also:
- Constant Field Values
-
VIDEO_ACCELERATION_NONE
- See Also:
- Constant Field Values
-
VIDEO_ACCELERATION_ANY
- See Also:
- Constant Field Values
-
VIDEO_ACCELERATION_D3D11
- See Also:
- Constant Field Values
-
VIDEO_ACCELERATION_VAAPI
- See Also:
- Constant Field Values
-
VIDEO_ACCELERATION_MFX
- See Also:
- Constant Field Values
-
CAP_ANY
- See Also:
- Constant Field Values
-
CAP_VFW
- See Also:
- Constant Field Values
-
CAP_V4L
- See Also:
- Constant Field Values
-
CAP_V4L2
- See Also:
- Constant Field Values
-
CAP_FIREWIRE
- See Also:
- Constant Field Values
-
CAP_FIREWARE
- See Also:
- Constant Field Values
-
CAP_IEEE1394
- See Also:
- Constant Field Values
-
CAP_DC1394
- See Also:
- Constant Field Values
-
CAP_CMU1394
- See Also:
- Constant Field Values
-
CAP_QT
- See Also:
- Constant Field Values
-
CAP_UNICAP
- See Also:
- Constant Field Values
-
CAP_DSHOW
- See Also:
- Constant Field Values
-
CAP_PVAPI
- See Also:
- Constant Field Values
-
CAP_OPENNI
- See Also:
- Constant Field Values
-
CAP_OPENNI_ASUS
- See Also:
- Constant Field Values
-
CAP_ANDROID
- See Also:
- Constant Field Values
-
CAP_XIAPI
- See Also:
- Constant Field Values
-
CAP_AVFOUNDATION
- See Also:
- Constant Field Values
-
CAP_GIGANETIX
- See Also:
- Constant Field Values
-
CAP_MSMF
- See Also:
- Constant Field Values
-
CAP_WINRT
- See Also:
- Constant Field Values
-
CAP_INTELPERC
- See Also:
- Constant Field Values
-
CAP_REALSENSE
- See Also:
- Constant Field Values
-
CAP_OPENNI2
- See Also:
- Constant Field Values
-
CAP_OPENNI2_ASUS
- See Also:
- Constant Field Values
-
CAP_OPENNI2_ASTRA
- See Also:
- Constant Field Values
-
CAP_GPHOTO2
- See Also:
- Constant Field Values
-
CAP_GSTREAMER
- See Also:
- Constant Field Values
-
CAP_FFMPEG
- See Also:
- Constant Field Values
-
CAP_IMAGES
- See Also:
- Constant Field Values
-
CAP_ARAVIS
- See Also:
- Constant Field Values
-
CAP_OPENCV_MJPEG
- See Also:
- Constant Field Values
-
CAP_INTEL_MFX
- See Also:
- Constant Field Values
-
CAP_XINE
- See Also:
- Constant Field Values
-
CAP_UEYE
- See Also:
- Constant Field Values
-
CAP_PROP_POS_MSEC
- See Also:
- Constant Field Values
-
CAP_PROP_POS_FRAMES
- See Also:
- Constant Field Values
-
CAP_PROP_POS_AVI_RATIO
- See Also:
- Constant Field Values
-
CAP_PROP_FRAME_WIDTH
- See Also:
- Constant Field Values
-
CAP_PROP_FRAME_HEIGHT
- See Also:
- Constant Field Values
-
CAP_PROP_FPS
- See Also:
- Constant Field Values
-
CAP_PROP_FOURCC
- See Also:
- Constant Field Values
-
CAP_PROP_FRAME_COUNT
- See Also:
- Constant Field Values
-
CAP_PROP_FORMAT
- See Also:
- Constant Field Values
-
CAP_PROP_MODE
- See Also:
- Constant Field Values
-
CAP_PROP_BRIGHTNESS
- See Also:
- Constant Field Values
-
CAP_PROP_CONTRAST
- See Also:
- Constant Field Values
-
CAP_PROP_SATURATION
- See Also:
- Constant Field Values
-
CAP_PROP_HUE
- See Also:
- Constant Field Values
-
CAP_PROP_GAIN
- See Also:
- Constant Field Values
-
CAP_PROP_EXPOSURE
- See Also:
- Constant Field Values
-
CAP_PROP_CONVERT_RGB
- See Also:
- Constant Field Values
-
CAP_PROP_WHITE_BALANCE_BLUE_U
- See Also:
- Constant Field Values
-
CAP_PROP_RECTIFICATION
- See Also:
- Constant Field Values
-
CAP_PROP_MONOCHROME
- See Also:
- Constant Field Values
-
CAP_PROP_SHARPNESS
- See Also:
- Constant Field Values
-
CAP_PROP_AUTO_EXPOSURE
- See Also:
- Constant Field Values
-
CAP_PROP_GAMMA
- See Also:
- Constant Field Values
-
CAP_PROP_TEMPERATURE
- See Also:
- Constant Field Values
-
CAP_PROP_TRIGGER
- See Also:
- Constant Field Values
-
CAP_PROP_TRIGGER_DELAY
- See Also:
- Constant Field Values
-
CAP_PROP_WHITE_BALANCE_RED_V
- See Also:
- Constant Field Values
-
CAP_PROP_ZOOM
- See Also:
- Constant Field Values
-
CAP_PROP_FOCUS
- See Also:
- Constant Field Values
-
CAP_PROP_GUID
- See Also:
- Constant Field Values
-
CAP_PROP_ISO_SPEED
- See Also:
- Constant Field Values
-
CAP_PROP_BACKLIGHT
- See Also:
- Constant Field Values
-
CAP_PROP_PAN
- See Also:
- Constant Field Values
-
CAP_PROP_TILT
- See Also:
- Constant Field Values
-
CAP_PROP_ROLL
- See Also:
- Constant Field Values
-
CAP_PROP_IRIS
- See Also:
- Constant Field Values
-
CAP_PROP_SETTINGS
- See Also:
- Constant Field Values
-
CAP_PROP_BUFFERSIZE
- See Also:
- Constant Field Values
-
CAP_PROP_AUTOFOCUS
- See Also:
- Constant Field Values
-
CAP_PROP_SAR_NUM
- See Also:
- Constant Field Values
-
CAP_PROP_SAR_DEN
- See Also:
- Constant Field Values
-
CAP_PROP_BACKEND
- See Also:
- Constant Field Values
-
CAP_PROP_CHANNEL
- See Also:
- Constant Field Values
-
CAP_PROP_AUTO_WB
- See Also:
- Constant Field Values
-
CAP_PROP_WB_TEMPERATURE
- See Also:
- Constant Field Values
-
CAP_PROP_CODEC_PIXEL_FORMAT
- See Also:
- Constant Field Values
-
CAP_PROP_BITRATE
- See Also:
- Constant Field Values
-
CAP_PROP_ORIENTATION_META
- See Also:
- Constant Field Values
-
CAP_PROP_ORIENTATION_AUTO
- See Also:
- Constant Field Values
-
CAP_PROP_HW_ACCELERATION
- See Also:
- Constant Field Values
-
CAP_PROP_HW_DEVICE
- See Also:
- Constant Field Values
-
CAP_PROP_HW_ACCELERATION_USE_OPENCL
- See Also:
- Constant Field Values
-
CAP_PROP_OPEN_TIMEOUT_MSEC
- See Also:
- Constant Field Values
-
CAP_PROP_READ_TIMEOUT_MSEC
- See Also:
- Constant Field Values
-
CAP_PROP_STREAM_OPEN_TIME_USEC
- See Also:
- Constant Field Values
-
CAP_PROP_VIDEO_TOTAL_CHANNELS
- See Also:
- Constant Field Values
-
CAP_PROP_VIDEO_STREAM
- See Also:
- Constant Field Values
-
CAP_PROP_AUDIO_STREAM
- See Also:
- Constant Field Values
-
CAP_PROP_AUDIO_POS
- See Also:
- Constant Field Values
-
CAP_PROP_AUDIO_SHIFT_NSEC
- See Also:
- Constant Field Values
-
CAP_PROP_AUDIO_DATA_DEPTH
- See Also:
- Constant Field Values
-
CAP_PROP_AUDIO_SAMPLES_PER_SECOND
- See Also:
- Constant Field Values
-
CAP_PROP_AUDIO_BASE_INDEX
- See Also:
- Constant Field Values
-
CAP_PROP_AUDIO_TOTAL_CHANNELS
- See Also:
- Constant Field Values
-
CAP_PROP_AUDIO_TOTAL_STREAMS
- See Also:
- Constant Field Values
-
CAP_PROP_AUDIO_SYNCHRONIZE
- See Also:
- Constant Field Values
-
CAP_PROP_LRF_HAS_KEY_FRAME
- See Also:
- Constant Field Values
-
CAP_PROP_CODEC_EXTRADATA_INDEX
- See Also:
- Constant Field Values
-
VIDEOWRITER_PROP_QUALITY
- See Also:
- Constant Field Values
-
VIDEOWRITER_PROP_FRAMEBYTES
- See Also:
- Constant Field Values
-
VIDEOWRITER_PROP_NSTRIPES
- See Also:
- Constant Field Values
-
VIDEOWRITER_PROP_IS_COLOR
- See Also:
- Constant Field Values
-
VIDEOWRITER_PROP_DEPTH
- See Also:
- Constant Field Values
-
VIDEOWRITER_PROP_HW_ACCELERATION
- See Also:
- Constant Field Values
-
VIDEOWRITER_PROP_HW_DEVICE
- See Also:
- Constant Field Values
-
VIDEOWRITER_PROP_HW_ACCELERATION_USE_OPENCL
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getBackendName
Returns backend API name or "UnknownVideoAPI(xxx)"- Parameters:
api
- backend ID (#VideoCaptureAPIs)- Returns:
- automatically generated
-
hasBackend
Returns true if backend is available- Parameters:
api
- automatically generated- Returns:
- automatically generated
-
isBackendBuiltIn
Returns true if backend is built in (false if backend is used as plugin)- Parameters:
api
- automatically generated- Returns:
- automatically generated
-
getCameraBackendPluginVersion
Returns description and ABI/API version of videoio plugin's camera interface- Parameters:
api
- automatically generatedversion_ABI
- automatically generatedversion_API
- automatically generated- Returns:
- automatically generated
-
getStreamBackendPluginVersion
Returns description and ABI/API version of videoio plugin's stream capture interface- Parameters:
api
- automatically generatedversion_ABI
- automatically generatedversion_API
- automatically generated- Returns:
- automatically generated
-
getWriterBackendPluginVersion
Returns description and ABI/API version of videoio plugin's writer interface- Parameters:
api
- automatically generatedversion_ABI
- automatically generatedversion_API
- automatically generated- Returns:
- automatically generated
-