Questions tagged [openkinect]

Focused on the `libfreenect` library for Microsoft Kinect, enabling the Kinect to used with Windows, Linux and Mac.

OpenKinect is a community of people making use of the Microsoft Kinect hardware for PCs and other devices. The communities primary focus, libfreenect, is a set of open source libraries that enable the Kinect to be used with Windows, Linux, and Mac.

136 questions
0
votes
1 answer

Freenect on fedora: Number of devices found: 0

Hye. I'm trying to use a Kinect for XBox one on fedora 21. I installed freenect/openKinect using the official repository. When i plug the Kinect on my computer dmesg | tail gives: [ 2877.198513] usb 1-2: USB disconnect, device number 4 […
Znafon
  • 63
  • 4
0
votes
0 answers

openNi coding & install error

I am new bie to kinect & programming with open Ni I have below package installed in my system for kinect v2 sensor. i downloaded SDK 2.0 . I have downloaded open Ni from below link. my sysemm confguration meet kinect specification. i tried kinect…
user50949
  • 37
  • 2
  • 7
0
votes
1 answer

OpenNI2, BeagleBone Black, ASUS XTION camera: Problems getting color stream at 640x480

I am trying to save color and depth frames from the XTION onto the BeagleBone Black (BBB) for further analysis. I compiled and installed OpenNI2 both for the BBB and for my development computer (MacAir with Kubuntu 14.04). SimpleRead runs correctly…
bensch128
  • 63
  • 10
0
votes
1 answer

Linker error when compiling code with libfreenect

I'm trying to compile this code on Ubuntu 12.04 (can't upgrade) as a base for another program I need to do, however, I think I've spent too much time in the PHP/Python world and this error is driving me insane. I've looked everywhere, and found this…
kenshin23
  • 129
  • 13
0
votes
1 answer

Align depth image to RGB image

I am trying to generate a point cloud using images captured by Kinect with Python and libfreenect, but I couldn't align the depth data to RGB data taken by Kinect. I applied Nicolas Burrus's equation but the two images turned further away, is there…
Max One
  • 73
  • 1
  • 9
0
votes
0 answers

Separate noise from skeleton with Kinect

Looking to do a proof of concept, and new to Kinect. I believe this is possible, but trying to gauge difficulty with links to tutorials etc explaining how this may work. Looking to have the Kinect look at a walkway, and essentially detect people…
mickyjtwin
  • 4,960
  • 13
  • 58
  • 77
0
votes
1 answer

dLibs - OpenKinect

Recently I got interested in dLibs, the Java wrapper for OpenKinect. But I have difficulties in running the codes in eclipse; I've added the libraries based on what I think. How to run the codes, say the example .pde files? I've written sth like…
user1191284
0
votes
1 answer

How to install both Windows and Open Source Kinect drivers

I'm able to get both the open source kinect drivers and the Windows drivers working correctly for my xbox kinect, but I am not able to keep both on the same machine when using one or the other. What is the reason for that? And what can I do so that…
mpellegr
  • 3,072
  • 3
  • 22
  • 36
0
votes
1 answer

OpenKinect wrapper in Java

I'm trying to use OpenKinect's wrapper in Java from this address: https://github.com/OpenKinect/libfreenect/tree/master/wrappers/java I've also added the jna-3.0.9.jar, hamcrest-all-1.3.jar, and junit-4.8.jar to the project, so now everything is…
user1191284
0
votes
1 answer

Cluster 3D points into different segments

I'm asking if there are any ideas of how to cluster different body segments using the depth map from the Kinect device? There are two problems, the first one is how to identify different body parts from each other, for example: lower arm from upper…
Tak
  • 3,536
  • 11
  • 51
  • 93
0
votes
2 answers

saving kinect reconstructed 3d view into a file

I'm going to run a project; to reconstruct my room with kinect. In what format the 3d reconstructed view will be saved ? could it be save or convert to 3dm, 3ds, max, obj and etc ? thanks!
prgbenz
  • 1,129
  • 4
  • 13
  • 27
0
votes
3 answers

OpenKinect and Processing – Can't display Z co-ordinate

I have this code from Daniel Shiffman (below). I am trying to read out the Z co-ordinate. I'm not sure at all in how to do this, so any help would be much appreciated. AveragePointTracking.pde // Daniel Shiffman // Tracking the average location…
David Ingledow
  • 2,025
  • 4
  • 20
  • 36
0
votes
4 answers

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 OpenKinect sudo apt-get install…
user2306271
  • 31
  • 1
  • 4
0
votes
1 answer

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 related on windows without visual c. Why the hell is…
user1214513
  • 273
  • 2
  • 5
  • 10
0
votes
1 answer

Partial skeleton tracking using Kinect: lower body tracking

I am interested in tracking leg and foot positions of a human body, with the upper body being outside the field of view. Since version 1.5, Microsoft's Kinect SDK offers a "seated" skeleton tracking mode, where lower body joints are disregarded.…
Tobias
  • 4,034
  • 1
  • 28
  • 35