mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +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;
|
||||
case CV_CAP_PROP_OPENNI2_SYNC :
|
||||
propValue = const_cast<CvCapture_OpenNI2 *>(this)->device.getDepthColorSyncEnabled();
|
||||
break;
|
||||
case CV_CAP_PROP_OPENNI2_MIRROR:
|
||||
{
|
||||
bool isMirroring = false;
|
||||
|
Loading…
Reference in New Issue
Block a user