patriciogonzalezvivo/KinectCoreVision

Can't set angle of the kinect

Closed this issue · 1 comments

In an older version of KinectCoreVision I could enter calibration mode and set the angle of the kinect downwards. I can't affect the Kinect's angle with the current version.

In addition, the angle is not loaded from config.xml on startup, nor is it saved when requested. I expected to see some code for loading it in ofxKCoreVision::loadXMLSettings() and for saving it in ofxKCoreVision::saveSettings() - but there isn't anything.

However, ANGLE still exists in config.xml

Any idea when this functionality disappeared?

Hello BurningDog, sorry for not repling before. This have been a bussy weeks.
Yes I know why. For my first version I was using openKinect ( ofxKinect ) drivers that have hardware controls, then in order to use the more detailed depth information of openNI drivers I switch to openNI.
The first realiced of ofxOpenNI didn´t have hardware wrappers... it was later that gameover mix the to addons.
That´s why.

How your changes are going? ready for merging?