I try to get the primes of handpointer rawX sdk from the interaction of kinect 1.8 javascript api, link , I tried but it does not give me results.
rawX =this.rawX;
rawY =this.rawY;
rawZ =this.rawZ;
the values of x, y, z that are thrown by the sensor for html and javascript are through a websocket that allows the flow of interaction to be seen and through svg the hand is painted on the screen, in the api the update function takes the new values of x, y, z in the hand and repaints them in milliseconds
this.rawx = streamHandPointer.rawx;
This is the console that is predictable as the data flow and the hand is better detected in the Microsoft browser