mirror of
https://github.com/opencv/opencv.git
synced 2025-06-17 23:51:16 +08:00
videoio(openni2): fix CV_CAP_PROP_OPENNI2_SYNC property
This commit is contained in:
parent
f708a11f0f
commit
8e15c6fd78
@ -490,6 +490,7 @@ double CvCapture_OpenNI2::getCommonProperty( int propIdx ) const
|
|||||||
break;
|
break;
|
||||||
case CV_CAP_PROP_OPENNI2_SYNC :
|
case CV_CAP_PROP_OPENNI2_SYNC :
|
||||||
propValue = const_cast<CvCapture_OpenNI2 *>(this)->device.getDepthColorSyncEnabled();
|
propValue = const_cast<CvCapture_OpenNI2 *>(this)->device.getDepthColorSyncEnabled();
|
||||||
|
break;
|
||||||
case CV_CAP_PROP_OPENNI2_MIRROR:
|
case CV_CAP_PROP_OPENNI2_MIRROR:
|
||||||
{
|
{
|
||||||
bool isMirroring = false;
|
bool isMirroring = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user