OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.55k stars 1.15k forks source link

Libfreenect over network #592

Closed ManuelCostanzo closed 4 years ago

ManuelCostanzo commented 4 years ago

I want to shared raw Kinect V1 data over local network. I'm using Linux usb-redirector to simulate the USB between server and client, and driver Libfreenect V1 to create RGB and depth videos. I can see RGB images perfectly, but I cant see depth images. It shows black screen and it logs always [Stream 70] Lost 7 total packets in 0 frames (inf lppf), for example.

How can i solve that? One thing that I tried is reduce FPS modifying the file camera.c, for example for RGB images, but didn't work, I always get the same FPS.

Another thing i tried, was shared kinect device between VMware (server) and local computer (client), and i could seen depth and RGB images perfectly, so i think that is something about latency. Thanks.