GFreenect icon indicating copy to clipboard operation
GFreenect copied to clipboard

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.

Results 4 GFreenect issues
Sort by recently updated
recently updated
newest added

I have these errors: **\* No gtk-doc support *** **\* No autoreconf found *** When I try ./autogen.sh from GFreenect dir I'm using Ubuntu 14.04 with Gnome 3 desktop

I'm trying to install GFreenect on OSX 10.9.5 So far I've got freenect installed and working (http://openkinect.org/wiki/Getting_Started#MacPorts) which puts freenect into /usr/local/... i've updated pkg-config with `export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib` and checked...

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...

Way to reproduce: mkdir ~/opt ./autogen.sh --prefix=$HOME/opt make make install Then make install attempts to install gir files in /usr/share and you get an error unless you are root.