Quantcast
Channel: Kinect - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 530

depth value puzzle

$
0
0

I try to capture the depth data with

PImage depth = kinect.GetDepth();

For a certain x,y pixel I try to get the depth value with:

depth.loadPixels();
println(depth.pixels[x + y*width]);

but get funny high negative values.

What' s the trick to get reasonable numbers?


Viewing all articles
Browse latest Browse all 530

Trending Articles