OpenNI / OpenNI2

OpenNI2
Apache License 2.0
431 stars 895 forks source link

OpenNIError: (OniStatus.ONI_STATUS_BAD_PARAMETER, b'Device.setProperty(5) failed', None) #114

Open liu824 opened 3 years ago

liu824 commented 3 years ago

when i use the function set_image_registration_mode(),i meet i error " OpenNIError: (OniStatus.ONI_STATUS_BAD_PARAMETER, b'Device.setProperty(5) failed', None)"

Goochaozheng commented 2 years ago

Same error when setting the registration mode. Any update on this issue?

jiangjiang-888 commented 12 months ago

my solution: Move 'dev.set_image_registration_mode(openni2.image_registration_depth_to_color)' after 'dev.create_XXX_stream'