I am currently trying to deal with processing the depth data for the Kinect V2. I wish to filter out all points that are not within a specific distance. The problem is I can't find reliable docs on how this could possibly be done, let alone on how to retrieve the depth data itself. If anybody has any experience with extracting the depth data from the kinect V2, it would be greatly appreciated.
I am currently using the pylibfreenect2 bindings for the openKinect library, but I am flexible with dependencies.
Thanks in advance.