Focused on the `libfreenect` library for Microsoft Kinect, enabling the Kinect to used with Windows, Linux and Mac.
1
vote
2answers
366 views
Using OpenKinect on Raspberry pi in python
I am very new to raspberry pi and python.
I am trying write a progam using python on raspberry pi to use the Kinect. I aim to install OpenKinect on Raspberry pi.
So far I have done:
apt-cache search ...
4
votes
1answer
94 views
Catching Exceptions with Pthreads
While this question isn't limited to the OpenKinect Libraries, it is the best example I could come up with for showing this off.
In the C++ Wrapper for OpenKinect, whenever something goes wrong it ...
0
votes
1answer
109 views
Kinect for Windows on Windows7 with OpenCV compiled with GCC and NOT WITH visual C++!
I have been stuck for weeks now and I about smash my face (or someone at MS) against the wall. I want to compile OpenCV with Kinect support using GCC. I have seen NO way to compile anything Kinect ...
0
votes
1answer
45 views
Kinect Color Frame Form
I am curious about the format of the Color Frame in Kinect. Is it RGB or BRG + alpha. I think the information coming is in BRG format but could some clarify this for me
0
votes
1answer
101 views
Kinect 3D to 2D bias
I am struggling with the interpretation of kinect depth data.
In order to obtain real world distance from kinect, i used the following formula :
if(i<2047){
depthToMeterTable[i] = i * ...
0
votes
1answer
171 views
blob not showing up on depthjs
i have installed the plugin on chorme (22.0) on mac(10.7.4). The kinect works find on the OpenNI samples, and when i got to the test page http://steventking.com/gesture_interface_site/BasicDemo.html ...
-1
votes
1answer
79 views
error installing python wrapper for openkinect
I tried to install python wrappers for OpenKinect on Ubuntu 12.04, but I can't due this error:
$ sudo apt-get install python2.7-dev
python2.7-dev : Depends: libexpat1-dev but it is not going to be ...
2
votes
0answers
183 views
FREENECT_DEPTH_REGISTERED has no effect with libfreenect
I'm playing around with a Kinect (the original Xbox version) on the libfreenect driver (I'm on Ubuntu 12.04 by the way). I have cloned the most recent version from git and installed it manually, as ...
1
vote
0answers
132 views
K4W Python Problems in OpenKinect Libfreenect
I have installed the K4W branch of the open kinect project on Linux 11.10 from https://github.com/renewagner/libfreenect/tree/k4w-wip . I can navigate to the directory libfreenect/build and run the ...
1
vote
0answers
273 views
Shorten Minimum Range for Kinect or Asus
I am planning on using a device such as the Microsoft Kinect or an Asus Xtion Pro for 3D imaging purposes and they are great on all specs except for the minimum range. Is there anyway to make the ...
0
votes
0answers
31 views
XnOpenNI.h and other OpenNI 1.x libraries on OpenNI 2
I am trying to run the Kinect sensor on Matlab using the Matlab package (c++ wraper functions ) for OpenNI. When I run the compiler_ccp_files it couldn't locate some of the libraries. I manually ...
0
votes
0answers
30 views
Error while building openKinect/freenect
I downloaded all code from github for OpenKinect Python wrappers.
When I tried to install the same, I got an error. Here's my session on cmd.exe
Microsoft Windows [Version 6.1.7601]
Copyright (c) ...
0
votes
0answers
402 views
kinect “unable to enumerate USB device on port” mounts as regular hub, but “Xbox NUI Camera” and “Xbox NUI Audio” are detected
NOTE: MY DEVICE is an xbox 360 kinect device NOT a kinect for windows.
I have tried different linux kernels and different compilations of libfreenect, but no cigar.
The light on the connection cord ...
0
votes
0answers
76 views
Setting up VS 2010 for using it with OpenCV, PCL and OpenKinect
How i should create a new VS project for using OpenCV (possibly 2.4.3), PCL and OpenKinect drivers?
0
votes
0answers
61 views
How to apply gradient on kinect depth image?
I want to remove plane which is gradient (depth image) using openni opencv c++
Someone help me to implement it or post some sample code?
0
votes
0answers
44 views
libfreenect.sln Compilation Errors (Win7 - MSVS 2008)
I take a mobile robot course this semester and want to have a try on kinect to detect the target along with its depth (instead of stereo vision). This leads me to OpenKinect
I checked out from Git a ...
0
votes
0answers
82 views
OpenKinect opengl.exe white screen
I've installed all of the OpenKinect (libfreenect) protocols such as git, glut, pthreads, etc. and followed the routine. I was able to get most of the solution compiled in c++ MS Visual. I opened ...