OpenKinect / libfreenect

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

Java wrapper always has null value for buffer in callback #666

Open SingingBush opened 1 year ago

SingingBush commented 1 year ago

I compiled and installed freenect and can run the examples in the bin folder but when it comes to running that Java wrapper test there's no image data being returned. The test to move the kinect up and down is ok but the callbacks for video and depth are always called with null values so it seems there's no way to extract any image data from the device.