elima / GFreenect

GFreenect is a wrapper for the Freenect library written using Glib in order to control a Kinect device and make it easy to use with GNOME technologies.
http://www.joaquimrocha.com/2012/01/20/announcing-gfreenect/
GNU Lesser General Public License v3.0
36 stars 11 forks source link

Example is unable to find kinect #10

Open novasharper opened 11 years ago

novasharper commented 11 years ago

Whenever I try to run the testview.py, I get the following error.

send_cmd: Bad cmd 04 != 16
freenect_fetch_reg_pad_info: send_cmd read -1 bytes (expected 8)
freenect_camera_init(): Failed to fetch registration pad info for device

When I run the freenect glview example, it works.