node-kinect icon indicating copy to clipboard operation
node-kinect copied to clipboard

Kinect in Node

Results 6 node-kinect issues
Sort by recently updated
recently updated
newest added

I'm getting the following error on the build command. Can someone help me understand what's wrong here? Thanks in advance. ` [ 'BUILDTYPE=Release', '-C', 'build' ] CXX(target) Release/obj.target/kinect/src/kinect.o ../src/kinect.cc:27:19: error:...

Install blows up looking for libfreenect (Node: v8.2.1 Linux: 3.16.0-38-generic): apt install libfreenect-dev Reading package lists... Done Building dependency tree Reading state information... Done libfreenect-dev is already the newest version....

Hi, this is such a cool project. Any estimate on when you might support libfreenect2? Thanks

I get the following error when I try `npm install` when I'm on node v0.12.0 (Works fine when I tried on node v0.10.25) : ``` > [email protected] install /Users/emil/Testing/node-kinect >...

I saw that in the test `.resume()` is used but this is different than what the docs suggest. If this is expected behaviour, maybe the docs need to reflect that....