OpenNI2 icon indicating copy to clipboard operation
OpenNI2 copied to clipboard

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

Open liu824 opened this issue 3 years ago • 2 comments

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)"

liu824 avatar Mar 14 '21 09:03 liu824

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

Goochaozheng avatar Dec 05 '21 11:12 Goochaozheng

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

jiangjiang-888 avatar Sep 11 '23 12:09 jiangjiang-888