xxorde / librekinect

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

Getting RGBimages but not depth data #27

Closed YadavKapil closed 9 years ago

YadavKapil commented 9 years ago

Hi,

I am getting RGB images but not the depth data after make load and vlc v4l:///dev/video0. I have attached a screenshot of my output. What should I do to get depth data?

Thanks screenshot from 2015-04-25 17 08 41

YadavKapil commented 9 years ago

It was happening because upon restart librekinect doesnt start by default and vlc was taking input from some other driver (maybe stock driver in raspbian) which can output RGB video from kinect. The problem can be solved by simply running make and make load again after every restart. @robertheinze