-
Notifications
You must be signed in to change notification settings - Fork 16
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
Nite2.2 not working #6
Comments
If using https://stackoverflow.com/questions/19962339/creating-a-usertracker-crashes-in-nite2-python-bindings It is (still) the case that Nite2.2 is not supported? Do I need to downgrade? Are the two issues unrelated? |
Ok, got it working from the fork by hjmr: https://github.com/hjmr/openni-python Is there any plan to merge his bits here? |
hi, I still meet this problem. I download the latest master branch and put them into my python project. color_stream and depth_stream work well. But nite2.UserTracker(dev) failed, try-catching error "NiteStatus.NITE_STATUS_ERROR". |
I don't know if this will be effective but please check "DataDir" in "General" section of .../Redist/NiTE.ini which must specify the directory where the two .dat files is located. It looks like you can use a relative path there but I've never succeeded. I recommend to use an absolute path. Hope it helps. |
@hjmr It seems that something else is wrong. I tried an absolute path, but, still, the same error. |
@ccl-private I checked with Structure Sensor from Occipital and Intel D435 on macOS. But I don't think this problem is relating to what camera you are using. What OS did you try on? |
@hjmr My os is Ubuntu 18.06. |
I tried again on another computer, ubuntu18 too, got a different error. My NiTE2 downloaded from http://cvrlcode.ics.forth.gr/web_share/OpenNI/NITE_SDK. |
Hi using the pypi version but cannot get Nite2 (I have Nite2.2) to work. Using the example in the README.md, it always goes through the
except
path:The text was updated successfully, but these errors were encountered: