OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.55k stars 1.15k forks source link

Strips in depth image using python wrapper #588

Closed imadr closed 1 month ago

imadr commented 5 years ago

When I try to get the depth image using the depth callback, I get these repeated strips strips

In frame_convert.py there is a function called pretty_depth that removes the strips by doing a 2 bits right shift on the depth image. It's working but it's not really clear what's happening. The comment Converts depth into a 'nicer' format for display isn't clear neither