Merge pull request #3521 from ana-GT:registration_openni2
This commit is contained in:
commit
cc1090cf3b
@ -573,7 +573,7 @@ bool CvCapture_OpenNI2::setDepthGeneratorProperty( int propIdx, double propValue
|
|||||||
// then the property isn't avaliable
|
// then the property isn't avaliable
|
||||||
if ( color.isValid() )
|
if ( color.isValid() )
|
||||||
{
|
{
|
||||||
openni::ImageRegistrationMode mode = propValue < 1.0 ? openni::IMAGE_REGISTRATION_OFF : openni::IMAGE_REGISTRATION_DEPTH_TO_COLOR;
|
openni::ImageRegistrationMode mode = propValue < 1.0 ? openni::IMAGE_REGISTRATION_DEPTH_TO_COLOR : openni::IMAGE_REGISTRATION_OFF;
|
||||||
if( !device.getImageRegistrationMode() == mode )
|
if( !device.getImageRegistrationMode() == mode )
|
||||||
{
|
{
|
||||||
if (device.isImageRegistrationModeSupported(mode))
|
if (device.isImageRegistrationModeSupported(mode))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user