An industryled organization which aims to certify and improve interoperability of natural interaction devices
0
votes
0answers
13 views
Blob/Rectangle Collision from OpenCV with XNA
I use OpenNi and Kinect to detect movement of player, and then convert them to MCVBox2D rectangles. I'm looking for any way to attach physic to my generated shape - for example made circle bounce on ...
0
votes
0answers
17 views
OpenNi: set Player node for OpenFileRecording
I searched on web for this problem but I didn't find a solution.
I'm starting to use samples of OpenNI to develop my application. I have not much experience with C++: I am a beginner.
I'm using ...
0
votes
0answers
29 views
Kinect for Windows with Processing and SimpleOpenNI on Apple OSX stops working after 20 sec
I am using Kinect for Windows (not for XBOX) on Apple iMac 3GHz 4GB 10.8.3. The Kinect is connected with USB cable to iMac and with power supply.
Software: I have installed XCode, XQuartz, MaxPorts, ...
2
votes
0answers
33 views
How to map kinect skeleton data to a model?
I have set up a Kinect device and written a simple program that reads the stream to a QImage using OpenNI 2.0. I have set up skeleton tracking with NiTE 2.0, so I have access to the coordinates of all ...
1
vote
2answers
47 views
Convertion Between cv::Mat and XnDepthPixel*
i am working with OpenNI 1.5.4.0 and OpenCV 2.4.5, plus Qt for visualization purpose (only RGB images).
Basically, i am retrieving the depth and rgb frames from a Kinect and store them on the hard ...
-1
votes
1answer
45 views
Installing OpenNi on Linux [closed]
I am using raspberry pi and i am trying to install openNI. I have followed the instruction from the google docs. https://code.google.com/p/simple-openni/wiki/Installation#Linux
When i run sudo ...
0
votes
0answers
42 views
How to integrate openNI in Qt in Ubuntu?
Currently I am making a project on recognizing human actions using Kinect. Since I work in Ubuntu and I need the skeleton information, I choose openNI and NITE. I want to use Qt to create a GUI ...
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
1answer
21 views
Error LINK2019 using OpenNI and Visual Studio
I am trying to built a .cpp file using OpenNI in Visual Studio 2012. I am using the code of the SimpleViewer sample (it is included in the OpenNI). When I try to build the .cpp file I got the error ...
1
vote
1answer
83 views
Getting steady real world position of a joint [Kinect, OpenNI]
I recently started using the ofxOpenNI add-on to use the Kinect tracker device and currently facing a small doubt here.
ofxOpenNI as I see, has exposed two methods to get the positions of the tracked ...
6
votes
1answer
78 views
OpenNI C# wrapper: WaitAnyUpdateAll timeout
I'm currently working on a small project involving a Kinect with the OpenNI C# wrapper. For this project a depth, image and user node are created using an xml configuration file and the ...
0
votes
1answer
57 views
Kinect to BVH data
Is there any software to get BVH data directly from kinect? I searched on net and found Kinect BVH MoCap(http://tech.integrate.biz/kinect_mocap.htm) , but it is not working for me.
1
vote
0answers
38 views
Failed to enumerate production trees
I'm trying the OpenNI sample "openni_capture.cpp"
Before I've done this tutorial
http://seevisionc.blogspot.co.uk/2012/07/compiling-opencv-with-openni-for.html
but because I'm working with qt I ...
1
vote
0answers
91 views
How to visualize 3D cloud from Openni Kinect Grabber using QVTK
I am using PCL to buld an application for viewing the registered depth cloud from the Openni Grabber alongside a panel with some buttons for some added functionality. I figured out QVTK could help ...
0
votes
0answers
54 views
Solved Unresolved external symbol with openCV
I'm trying to initialize OpenNI sensors using OpenCV in order to get depth map from depth sensor of my kinect.
The code I used to get one depth image:
and The output I get:
LNK2019: unresolved ...
0
votes
1answer
174 views
C# library for working with point clouds (or depth images)
I have a depth image coming from a 3D camera (PrimeSense) and I want to
extract 2D slices from this point cloud. Is there any library to this in C# ?
3
votes
1answer
52 views
OpenNI2 project with CMake weird sintax error with uint16_t
I made a CMake project for using OpenNI2 and NITE2 following the usual steps. CMake is able to find the paths for includes and libs of both NITE and OpenNI. The project in visual studio links the libs ...
0
votes
1answer
184 views
Trying to compile Nite2 sample in OpenNI
I am new in Kinect SDK, therefore I am asking for your help solving this problem:
1>------ Build started: Project: UserViewer, Configuration: Debug
Win32 ------
1>Viewer.obj : error ...
0
votes
0answers
70 views
OpenNI linking erros, lots of undefined references
I am driving nuts....
I'm working on a program to read out Joint Coordinates from an Xtion Primesense sensor with OpenNI and NiTE. I got the program splittet in 3 parts. Main, sensorOpenNI.hpp and ...
0
votes
1answer
134 views
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 ...
2
votes
0answers
112 views
How to save all depth frames in OpenNI kinect
I've wrote a program to save all the depth frames of the Kinect depth images in OpenNI. I've used the simple viewer sample. The problem that not all the frames are saved!! I run my program for 10 sec ...
1
vote
0answers
37 views
Black colomns in OpenNI
I'm working on one of the OpenNI samples and when analyzing the depth data I found that the first 7 columns are always zeros! so I'm trying to figure out why this is happening?
I've attached a photo ...
0
votes
0answers
68 views
Save the depthmap image source OpenNI C#
I want to save the depthimagesource imagesource as an 16bit image in a location on my pc, how can I do this?I'm working on OpenNI C#
Many Thanks.
This is my code:
ImageSource im = ...
0
votes
1answer
190 views
Access Kinect Motor in OpenNI C#
I'm trying to access the Kinect sensor motor to adjust its angle but I can't. I'm using OpenNI .net C# simpleviewer example.
I've searched the web and all what I found was in C++ but my project is in ...
0
votes
0answers
107 views
Getting depth value from color image when mouse click in OpenNI for Kinect
I'm working on a C# application using OpenNI for Kinect
I want to:
I have color image and depth images.
I'll click by the mouse on a specific pixel in the color image.
It will display the real-world ...
0
votes
0answers
120 views
Kinect with OpenNI 1.5.2 : Print joint coordinates
I'm trying to build a little app in C.
The goal is to print in real-time the coordinates of all skeleton joints.
I'm using OpenNI 1.5.2, NITE and avin2's SensorKinect (everything works ok).
I'm ...
0
votes
1answer
417 views
OpenCV with OpenNi [closed]
I have studied NITE 2.While looking for various examples i came across a few videos where OpenCV was used along with OpenNi.
THe question is for what exactly can opencv be used with OpenNI. I ...
2
votes
0answers
98 views
Check if Kinect Camera is still available (OpenNI 1.5.4)
I try to detect if camera is still available so that my code won't crash if user unplug camera.
I also know that OpenNI version 2 supports the connection/disconnection events. But I am using OpenNi ...
1
vote
1answer
227 views
OpenNI 2 OS X Mountain Lion
I've been struggling with this for too much time. I am trying to install OpenNI 2 to make my kinect work with a Mac on OS X Mountain Lion.
I downloaded the package for OS X from ...
3
votes
2answers
209 views
Find points of angles in a rectangle in 3D coordinate system
I have points in 3D which make 2 or 3 side of rectangle. How I can calculate the coordinates of the cube's corners? Is it possible?
0
votes
1answer
83 views
Can not rerecord a oni file
I try to record oni files with Java. It works good when I record one file. But when I want to record several files I run into problems.
Here is some test code:
package test;
import ...
0
votes
1answer
113 views
How to detect start and end of a gesture in kinect?
I am working on one-shot learning of gestures. Most of the gestures involve moving the left and the right hand and the hand joints are easily detectable using skeletal tracing library of Kinect SDK. I ...
0
votes
0answers
24 views
Failed to install the Nite correctly
I have successfully installed openNI and SensorKinect in Ubuntu following the guide here:
http://www.ski.org/Rehab/Coughlan_lab/General/TutorialsandReference/GettingThe%20KinectToWork.pdf
Then I ...
0
votes
1answer
205 views
Noisy kinect color (rgb) images
i'm using opencv interface (http://docs.opencv.org/doc/user_guide/ug_highgui.html?highlight=kinect) to get color (rgb) and depth frames from a kinect camera. For a standard VGA 640x480 resolution and ...
0
votes
1answer
396 views
How to initialize multiple OpenNI sensors with OpenCV
I'd like to use two Asus Xtion Pro sensors with OpenCV (2.4.4) and not sure how to initialize both devices.
I can initialize one like so:
VideoCapture capture;
capture.open(CV_CAP_OPENNI);
How can ...
1
vote
0answers
287 views
Java for NiTE/OpenNI 2/1.5?
Have been scouring the web for the best java development setup for Kinect on Windows (and also preferrably Mac).
I thought the OpenNI/NiTE 2 was my solution, using Kinect drivers on windows and ...
2
votes
0answers
157 views
How to install OpenNI 2.1 on Mac?
I can not find installation instructions for this version of OpenNI. I have a Kinect for Windows and Mac OSX 10.8.
It is listed as the downloadable on OpenNI.org, but there are no installation ...
1
vote
1answer
117 views
How to install OpenNI 1.x on a Mac?
I have a Kinect for Windows and I would like to connect it to my Mac laptop with OSX 10.7.5.
I would like to use openNI as the driver.
OpenNI's website lists "OpenNI 2.1 Beta (OS X)" however the ...
1
vote
1answer
221 views
Problems while recording and reading oni file with OpenNI.
Im trying to record depth data from the Kinect-sensor to file and then play it using openNi.
I have written a simple program based on the examples from openNi. Im using the java wrapper.
The ...
0
votes
1answer
67 views
JRE fatal error while using OpenNI java wrapper
Im trying to record a depth map to an .oni file with OpenNI using the java wrapper. This is my current code:
Context context = new Context();
DepthGenerator depth = DepthGenerator.create(context);
...
0
votes
0answers
106 views
OpenNI and Skeleton Nodes
I am using OpenNI and OpenCV to extract the user finger tips and I managed to do it using:
capture.set( CV_CAP_OPENNI_IMAGE_GENERATOR_OUTPUT_MODE, CV_CAP_OPENNI_VGA_30HZ );
But now I want to ...
4
votes
2answers
800 views
OpenNI 2 and Visual Studio 2012
I just downloaded OpenNI 2 SDK (www.openni.org) and I am trying to setup a project in Visual Studio 2012.
What I did:
Create a new C++ Win32 Console Application Project
Go to Project>MyProject ...
0
votes
1answer
135 views
Create skeleton data using depth files
I have a bunch of jpeg and depth(raw) files saved on disk using kinect sdk
Is there a way to create the skeleton data (joint points) using these files with openni?
If so how it could be done?
...
0
votes
1answer
54 views
Does rending openni frames require GLUT?
I'm not 100% sure on how GLUT renders the data from OpenNI.
I know that GLUT allows an easy creation of a window to contain what's being done between OpenGL <-> OpenNI.
But I was wondering if it ...
0
votes
1answer
60 views
list elements get replaced instead of inserted
I'm currently working on a kinect project in C++. I'm working under Ubuntu 12.04 (32 bit) and I use OpenNI/NITE.
I want to find a hand and save its coordinates in a list and for this part I have the ...
1
vote
1answer
508 views
SimpleOpenNI: Multiple Kinects and enableScene()/sceneImage() in Processing
In Processing, I can successfully draw depth maps from 2 Kinects using SimpleOpenNI, but I'm now trying to draw 2 "scenes" (from enableScene() vs enableDepth()). Both Kinects are detected but when I ...
1
vote
2answers
2k views
Start programming Kinect application using OpenNI
I'm about to start my final year project which requires me to develop the Kinect Fusion Algorithm. I was told to code in C++ and use the OpenNI API.
Problem:
I read up online but I am still ...
3
votes
0answers
925 views
How to setup OpenNI 2.0 with OpenCV for a Kinect project?
I am working on my final year project. I need to work with Kinect to detect hand movement. I have tried a few ways and got some results, however, none was enough to meet the needs of the project. I ...
0
votes
0answers
124 views
OpenNI Wrapper for Ubuntu Installation
I am trying to install an OpenNI wrapper for libfreenect on Ubuntu. What does this mean and how do I change the environment variables? Also, what path do I need to put?
Cross-Compiling for ARM on ...
0
votes
0answers
127 views
PyOpenNI input for OpenCV
I'm working with OpenCV in Python. I want to get input from Asus Xtion .
I'm able to successfully run samples from PyOpenNI .
I want to use the image obtained (str format) by ...




