PyKinect2-Mapper-Functions icon indicating copy to clipboard operation
PyKinect2-Mapper-Functions copied to clipboard

About Aligned Image

Open silver60229 opened this issue 3 years ago • 1 comments

Hello, I can't display the picture when I use uint16 in the depth of About Aligned Image. It can only be displayed if it is changed to uint8, but it does not seem to be very complete. Do you have any ideas? Thank you

silver60229 avatar Jul 14 '21 08:07 silver60229

Depth picture format is uint16 as described by microsoft. If you set it to uint8 you are losing information. You can show me your code to see if I could help you.

KonstantinosAng avatar Jul 25 '21 20:07 KonstantinosAng