You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devices = openni2.Device.open_all()
userTracker = nite2.UserTracker(devices[1]) # warning will always fail with device use None
I have found a fix. In fact it is the python DevStruct that does not match the one in c++.
I have made a work around here, note that sensors_info is not affected so some improvement could be done there.
line 186 in nite2.py
using this version of openni and nite:
consider this code:
I have found a fix. In fact it is the python DevStruct that does not match the one in c++.
I have made a work around here, note that sensors_info is not affected so some improvement could be done there.
line 186 in nite2.py
The text was updated successfully, but these errors were encountered: