ofxKinect is an Open Frameworks addon for the Xbox Kinect that runs on Linux and OS X. OpenFrameworks is a cross platform open source toolkit for creative coding in C++.
Questions tagged [ofxkinect]
10 questions
5
votes
0 answers
`.oni` sample/test file resources
Is there any online resources of sample .oni files for using as test data for application using the OpenNI framework and other natural interaction devices?
For example, it would be good if there was a resource with one, two, ten people. It seems…

Ross
- 14,266
- 12
- 60
- 91
4
votes
1 answer
Working with kinect (libfreenect) accelerometer data
I'm accessing the Kinect Accelerometer in c++ via openFrameworks and ofxKinect and am having some issues with certain angles. If I pitch the kinect 90 degrees downwards I get nan values. I had a look at the getAccelPitch() method and this kind of…

George Profenza
- 50,687
- 19
- 144
- 218
1
vote
1 answer
3D Object tracking detection using Kinect
I am working on identifying an object by using Kinect sensor so to get x,y,z coordinates of the object.
I am trying to find the related information for this but could not able to find much. I have seen the videos as well but nobody is sharing the…

UGandhi
- 518
- 1
- 8
- 28
1
vote
0 answers
Kinect + Windows + OpenNI +OpenCV (Finger Detection)
I have a question with Kinect. I am trying to run the code from here!, the code is under the video the second one with OpenNI.
The problem is I have Windows and OpenNI and this code runs on Linux. I can't convert it to Windows. Do you know how? Or…

shereen
- 39
- 4
0
votes
1 answer
Kinect get depth pixels from arbitrary angle?
Is it possible to somehow get the depth pixels from a kinect in different angles? Like say the kinect is recording me from above and I would like to fetch the depth pixels as it was seeing me from the front?
I have seen examples of people using…

Placeable
- 589
- 8
- 22
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
1 answer
Detect multiple bodies in Kinect?
I am working with kinect in openframework using the ofxKinect addon, which is great and plenty fun!
Anyway I am looking for some pointers or a direction when dealing with multiple bodies on the screen. I was thinking of making a rect around each…

Placeable
- 589
- 8
- 22
0
votes
1 answer
How Can I Remove Pixel Noise from ofxKinect Video?
I'm looking for some help figuring out how to remove some low quality pixel noise from a video, that I'm obtaining from an xbox kinect via open frameworks. I'm running logic against "moving" parts of an image, to determine what color is moving the…

Bryan
- 6,682
- 2
- 17
- 21
-1
votes
1 answer
How to add ofxKinect to visual studio 2017
How do I add ofxKinect to Visual Studio 2017? I already installed openframeworks using the extension manager.

Lingha Anparasa
- 1
- 1
-1
votes
1 answer
How should i run sample code from github for kinect
I have downloaded a source code from GitHub for kinect but I don't understand how to install and run it. Please help me, I am a beginner with kinect and what reference could I use for kinect?
Thank you!
Here is the code:

sekhar mutukuri
- 11
- 3