-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setRegistration(true) seems to be not working #103
Comments
Also when you call setRegistration(true) the depth and IR cameras are not aligned and when calling it with false they are. Whenever calling it with false the program will crash randomly in Visual Studio with the error: Expression: vector subscript out of range |
I have 2 kinects (xbox360 ones, orange tip-usb, not sure if there are other ways of identifying models?) and I think I'm getting the same crash on one of my kinects; Changing maxDepthLevels to 10001 fixes my problem.. I'm not doing much other than default construction, this is my init() |
When setRegistration is false, one of my [360] kinect's gives a depth reading of 10000 which when remapped is out of range. Fixed by upping the maxDepthLevels to 10001
Fix for issue #103 - Depth-remapping out of range
Is this still an issue? I've accepted the PR by @SoylentGraham. Can you try the develop branch? |
ofxKinect development has now moved to the OF core. Please test again with the OF 0.8.0 release which now includes ofxKinect and log any further issues to the main OpenFrameworks repo. |
Hi
I am trying to get the calibratedRGBdepthimage by setRegistration(true); but i am getting the normal getPixels() value.
Tx
The text was updated successfully, but these errors were encountered: