Thomas Sanchez Lengeling
Thomas Sanchez Lengeling
Hello I think you are missing installing the USB driver for the kinect. https://github.com/shiffman/OpenKinect-for-Processing#windows The installation can be tricky
I'll give it a look, strange behavior. I don't think I have a 1473 model, I can try to access one.
I wonder if its relative to this issue #39
Hello. In occasions the app doest exit correctly, need to dig more into it. thomas
Yeah, check the simple face detection example
ahh great that you point that out, forgot to change the lib version in the lib. Yeah you are right, its actually implemented but the getters for yaw, pitch and...
wait for an update soon
Hey Adiou, I just update the lib, try the current github version, check out the example simplefacetracking. ``` //head orientation float pitch = faceD.getPitch(); float yaw = faceD.getYaw(); float roll...
I have notice that in a couple of examples, I need to track it down. On the weekend I'll check the skeleton tracking code as well as the face tracking,...
hey, sorry haven't gotten time to check it out, ill try to do it the next days.