KinectPV2 icon indicating copy to clipboard operation
KinectPV2 copied to clipboard

Kinect4W 2.0 library for Processing

Results 35 KinectPV2 issues
Sort by recently updated
recently updated
newest added

Hi, I'm doing research about Kinect V2. I get some problem with that when I try to run the example from [KinectPV2](http://codigogenerativo.com/code/kinectpv2-k4w2-processing-library/) on Processing. After I click "run" botton ,...

hello, I got a bit error when running Kinect 2 with my processing here is the error message ‘ClassNotFoundException: KinectPV2.KinectPV2’ and here is the image of the error image image...

Is is it possible to track human body using Kinect in vertical position?

i wanna use the depth value. void drawJoint(KJoint[] joints, int jointType) { pushMatrix(); translate(joints[jointType].getX(), joints[jointType].getY(), joints[jointType].getZ()); ellipse(0, 0, 25, 25); popMatrix(); } the joints[jointType].getZ() is work? someone can help me?

Hi I see there is int [] rawData = kinect.getRawDepthData(); but how can i use it? I can't file help file. Thanks!

Kinect 2 can track up to 6 people, the values returned by getRawBodyTrack are 0..5, not 0..6 (which would be 7 people)

Whats the fov or size of the kinect v2 vga camera in mm?

As noted the title. When trying to run the CoordinateMapperRGBDepth example, the above error is produced (""The function setCoordBkgImg(int[]) does not exist""), highlighting line 27: ``` kinect.setCoordBkgImg(img.pixels); ```

Hi, I wanted to know how this library can be used in python mode of processing, if it can be used that is. I know that it can be imported...

Can anyone help me understand how to get the skeleton data for multiple users?