r9y9 / pylibfreenect2

A python interface for libfreenect2
http://r9y9.github.io/pylibfreenect2/latest/
Other
135 stars 53 forks source link

BigDepth is weird when using big = bigdepth.asarray(np.uint8) #67

Open chauvansang1997 opened 5 years ago

chauvansang1997 commented 5 years ago

I want big depth is grayscale like depth image. Please help me!. https://drive.google.com/file/d/1fVrsYFKZD25gR4VXLSpibUNGPnH9teci/view?usp=sharing

Mikael17125 commented 3 years ago

i think you should using np.uint32 based on this information [asarray](https://github.com/r9y9/pylibfreenect2/blob/master/pylibfreenect2/libfreenect2.pyx#:~:text=def-,asarray,-(self%2C%20dtype%3DNone)