get the values of rawX, rawY, rawZ with the JavaScript api of Kinect SDK 1.8

3

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;
    
asked by Fhernando Ortiz 03.08.2016 в 23:08
source

1 answer

1

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

    
answered by 05.08.2016 в 23:43