xxorde / librekinect

Depth data from a kinect sensor! Small and fast kernel driver. Also for embedded devices like the raspberry pi!
407 stars 68 forks source link

IR Stream Displayed instead of Depth Stream #48

Closed TOTON95 closed 4 years ago

TOTON95 commented 7 years ago

Finally got to make work librekinect on a Raspberry Pi 3 and suddenly the next time I open de stream I got a IR stream instead of a Depth Stream, I don't have idea about why few times i got the depth stream as expected and then got this Stream. Attaching photos...

First: 2017-01-06-023018_742x790_scrot

Finally: 2017-01-06-031939_742x798_scrot 1

Sometimes doesn't open :(

lucyking commented 7 years ago
TOTON95 commented 7 years ago

@lucyking Sorry for the delay, Oh okok I see. So this is a common issue currently than I thought. I will give it a try today with your library, and I hope it works and if it does I will share the Performance Statistics.

yehonathanlitman commented 6 years ago

Hello, Just wondering, were you eventually able to fix the issues? If so, how? I'm looking to run the Kinect 360 with my Raspberry Pi 3 soon but haven't started yet.

TOTON95 commented 6 years ago

Hello @indigomega, unfortunately my sd got corrupted and I have not continued the usage of this resource when I re-installed everything, if I can remember I used to unload the resource and load it again (I'm not so sure if that was all):

make unload make load

or just load it:

make load

You could make a script too, it's a little tricky sometimes. Another way I usually did was to reboot the raspberry pi (make sure to unplug the kinect first, to avoid electrical issues).

I recommend you to give a shot to the new instructions of the +3.17 kernel that xxorde published in his readme file.

I will try that option on a free weekend if you would like to join.

lucyking commented 6 years ago

Agree with @TOTON95, I use sudo make unload ; sudo make load serveral times until make Kinect depth module works well on RPI2. Read the load-librekinect section for more details.

TOTON95 commented 4 years ago

Closing since no more activity is shown.