mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Expose Orbbec color camera distortion coefficients as API.
This commit is contained in:
@@ -718,7 +718,15 @@ enum VideoCaptureOBSensorProperties{
|
||||
CAP_PROP_OBSENSOR_DEPTH_POS_MSEC=26006,
|
||||
CAP_PROP_OBSENSOR_DEPTH_WIDTH=26007,
|
||||
CAP_PROP_OBSENSOR_DEPTH_HEIGHT=26008,
|
||||
CAP_PROP_OBSENSOR_DEPTH_FPS=26009
|
||||
CAP_PROP_OBSENSOR_DEPTH_FPS=26009,
|
||||
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K1=26010,
|
||||
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K2=26011,
|
||||
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K3=26012,
|
||||
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K4=26013,
|
||||
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K5=26014,
|
||||
CAP_PROP_OBSENSOR_COLOR_DISTORTION_K6=26015,
|
||||
CAP_PROP_OBSENSOR_COLOR_DISTORTION_P1=26016,
|
||||
CAP_PROP_OBSENSOR_COLOR_DISTORTION_P2=26017
|
||||
};
|
||||
|
||||
//! @} OBSENSOR
|
||||
|
||||
Reference in New Issue
Block a user