openni Questions
4
I’ve been trying to run the “tutorial to get started” with the Kinect libraries (http://nicolas.burrus.name/index.php/Research/KinectUseNestk) but I stumbled across an error.
When I try the follow...
2
Solved
I have just changed to Fedora 20 and I am trying to get used to it and to learn it. Before I have only worked with ubuntu so there are some new things for me.
I have tried to compile openni_master...
Universally asked 7/2, 2014 at 8:25
8
Let me explain my need before I explain the problem.
I am looking forward for a hand controlled application.
Navigation using palm and clicks using grab/fist.
Currently, I am working with Openni, ...
Premed asked 14/2, 2014 at 11:12
1
Solved
I've just setup libfreenect2 on OSX 10.11.5 and I can successfully run the Protonect demo displaying RGB/IR/depth streams, but I'd like to use OpenNI/NITE for skeleton tracking as well.
I've foll...
Pragmatism asked 24/8, 2016 at 21:56
6
Solved
Working with multiple Kinect v1 sensors is very difficult because of the IR interference between the sensors.
Based on what I read on this gamastura article, Microsoft got rid of the interference ...
Ellsworthellwood asked 16/6, 2014 at 21:8
4
I try to get rid of some of the boost dependencies in my code and instead use the new C++11 features (Visual Studio 2013).
In one of my components I used boost::mutex together with boost::lock_gua...
Paediatrician asked 6/1, 2015 at 14:9
2
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 ...
2
Solved
We captured a 3d Image using Kinect with OpenNI Library and got the rgb and depth images in the form of OpenCV Mat using this code.
main()
{
OpenNI::initialize();
puts( "Kinect initialization.....
Liquidate asked 26/3, 2015 at 3:23
3
Solved
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 Pr...
Seaborne asked 1/2, 2013 at 10:24
1
Solved
OK, first I shall point that I am completely new to Windows Apps Development, which is good, since I am trying to develop a Windows Store App for PC to use a PrimeSense Scanner connected via USB. I...
Decrepit asked 23/6, 2014 at 11:59
1
Solved
I am writing a minimal Find*.cmake for OpenNI. To find the header files I wrote
find_path(OPENNI_INCLUDE_PATH XnOS.h)
which is working as expected (OPENNI_INCLUDE_PATH has the value /usr/include...
2
I am working on my final year project. I need to work with Kinect to detect hand movements. I have tried a few ways and got some results, however, none was enough to meet the needs of the project. ...
1
Solved
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 Context.Cre...
0
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 e...
2
Solved
I am writing a C# application that is using the Kinect, i am taking the output currently and writing it to a Shader Resource and rendering it as a texture, my issue is that the Kinect (apparently) ...
Airbrush asked 8/6, 2011 at 9:42
1
Solved
Lets say that I have a kinect pointing at a floor.
If I place 3 or 4 objects on the floor how can I determine the plane those objects are on?
How can I detect brightly colored objects on that fl...
Lorrainelorrayne asked 8/2, 2012 at 10:59
1
Solved
While compiling a demo from openni i stumbled across this error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no OpenNI.jni in java.library.path
at java.lang.ClassLoader.loadLibrary(...
1
I follow the OpenNI installation guide in README here https://github.com/OpenNI/OpenNI. I have installed libtool and libusb also. However, when I run ./RedistMaker under Platform/Linux-x86/CreateRe...
1
Solved
I've built OpenNI and Sensor from source on Github and installed Nite. I've tested this on Debian with 2.6.39 kernel and with different versions of Java, and on another computer with Lubuntu 11.04 ...
4
Solved
What gesture recognition libraries (if any) exist for the Kinect? Right now I'm using OpenNI to record skeleton movements but am not sure how to go from that to triggering discrete actions.
My pro...
Rigsdaler asked 8/3, 2011 at 14:53
1
Solved
I've started looking into OpenKinect development, and to start, I'm trying to figure out how to look for certain gestures done by the person.
Are there any tutorials out there on how to do this? O...
1
© 2022 - 2024 — McMap. All rights reserved.