I have the Xbox Kinect v2. I need to do the following:
- Take a single depth measurement of whatever is in front of it. Think of this like taking a picture, but for depth values.
- Output the depth values for each pixel to a file. I'm going to use these values for post processing, so I need each depth value to be associated with an x-y coordinate.
I am new to Kinect for Processing, but I am scouring the documentation and online examples now. I'm hoping someone more experienced can figure this out faster.