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
I downloaded the examples today (lastest version) and compiled, everything works fine, but when I go to the skeleton joints demo and a new user is detected the application crashes with no errors. I didn't tuch the code at all.
I solved it by adding the following line to the constructor of SekeletonsJointsDemo.as:
settings.depthEnabled = true;
I'm using windows 8 64 bits with the 32 bits driver and the xbox kinect
The text was updated successfully, but these errors were encountered:
I downloaded the examples today (lastest version) and compiled, everything works fine, but when I go to the skeleton joints demo and a new user is detected the application crashes with no errors. I didn't tuch the code at all.
I solved it by adding the following line to the constructor of SekeletonsJointsDemo.as:
settings.depthEnabled = true;
I'm using windows 8 64 bits with the 32 bits driver and the xbox kinect
The text was updated successfully, but these errors were encountered: