libfreenect-goodies icon indicating copy to clipboard operation
libfreenect-goodies copied to clipboard

Extra libraries and examples for libfreenect, especially high level processing, vision, and visualizations

Results 12 libfreenect-goodies issues
Sort by recently updated
recently updated
newest added

Hello, Plllllllllllz I need help!! I want to use kinect to get a depth map in millimeters, I find that I can use mode DEPTH_REGISTERED but I can't find an...

Using calibkinect.py, i printed u,v array and x,y,z array using the following code line for a sample of pixels, as given in the example: `u,v = mgrid[10:120,50:80]` ` xyz,uv =...

demo_pclview.py seems to have a problem on line 17 . I had to convert nparray to CvMat using cv.fromarray()

When I run the following command ipython --pylab --gui=wx demo_pclview.py What I am getting is the message "Using matplotlib backend: MacOSX", the warning that "Using deprecated class PySimpleApp." and the...

I followed the instruction and got the following 3 errors. Please help. Thank you. 1) > sudo ipython -pylab -wthread demo_pykinect.py [TerminalIPythonApp] Bad config encountered during initialization: [TerminalIPythonApp] Unrecognized flag:...

I seem to get mirrored point clouds with calibkinect.depth2xyzuv. Can anyone confirm this? All z-coordinates are negative, and if I mirror through the xy-plane, the point clouds become correct.

yotam-azriels-MacBook-Pro:python yotamazriel$ python demo_cv_async.py Traceback (most recent call last): File "demo_cv_async.py", line 2, in import freenect ImportError: dlopen(/Users/yotamazriel/libfreenect/wrappers/python/freenect.so, 2): Symbol not found: _libusb_get_parent Referenced from: /usr/local/lib/libfreenect.0.5.dylib Expected in: /usr/local/lib/libusb-1.0.0.dylib in...

I tried to run demo_freenect.py, but it crashes as ShowImage (line 17) requires a CvArr, and not a numpy array as input. An easy solution would be to change line...

loopcv() --> global name 'get_depth' is not defined (executing ipython -pylab -wthread demo_pclview.py) Any advice for this error message?

When I manually update() a few times or when I apply update_on() to be handled by a thread, the wx Window freezes and no mouse events are processed. Anyone having...