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

No video received if eth unplugged #34

Open JanMatas opened 8 years ago

JanMatas commented 8 years ago

I have encountered a strange issue with this module. It works flawlessly when ethernet cable is plugged in to pi, but whenever I start reading when ethernet is unplugged, the driver fails to provide video (any program - opencv code, cheese, camorama stalls with black screen and there is this error:

VIDIOC_DQBUF: No such device.

Any ideas?