Questions tagged [openni]

An industry-led organization which aims to certify and improve interoperability of natural interaction devices

From the wikipedia page:

OpenNI or Open Natural Interaction is an industry-led, not-for-profit organization focused on certifying and improving interoperability of natural interaction devices, applications that use those devices and middleware that facilitates access and use of such devices

459 questions
0
votes
1 answer

Conflicting informations about Kinect

I wanted to start making an application using motion controls (using depth sensors) but I don't know where to start. I was looking for a current comparison of available hardware and software options. Such as Asus Xiton, the Kinect SDK, and…
user1317422
  • 257
  • 1
  • 4
  • 14
0
votes
1 answer

Kinect and OpenNI sample code in C (aka not C++)

Does anyone know of some sample code in C (not C++) along the lines of the Java/Processing code used in the projects given in "Making Things See"?
Fred Finkle
  • 1,947
  • 3
  • 18
  • 21
-1
votes
1 answer

How to use CMake to include a library, then include its headers using angled brackets in source file?

I used homebrew to install opencv and openni and nite. and I've managed to make a cmake file for opencv, and somehow it already had a defined path for its directory OpenCV_LIBS, not sure how or where I find out about…
Iancovici
  • 5,574
  • 7
  • 39
  • 57
-1
votes
1 answer

Java use libfreenect and OpenNi simultaneous

In my project i use the Xbox kinect to recognize handgestures. This is working fine. So now i need some kind of feedback from the system and i decided to use the LED on th front of the kinect. The OpenNi driver doesnt support currently the LED…
Wango
  • 1
  • 1
-1
votes
1 answer

Looking for OpenNi2 sample code or place to download OpenNi1.5

I am trying to get started with developing Kinect Application using OpenNi.I dont seem to find any sample code for OpenNi2.I could find code for OpenNI 1.5 though. Where would i be able to find it? And I am also looking for the older version…
KuroNeko
  • 319
  • 2
  • 8
  • 17
-1
votes
1 answer

How to recognize a circle / Triangle gesture with Kinect?

I have ben reading about gesture recognition with Kinect and most of it is recognizing the wave or swipe or Hand tracking. However i want to recognize simple geometric figures like circle , triangle, square etc. What logic do i use for it? I am a…
Bounty Collector
  • 615
  • 7
  • 19
-2
votes
1 answer

Error 'ImageGenerator' cannot be resolve

I am trying the following code but getting: ImageGenerator cannot be resolved I have imported the required libraries of JavaCV and OpenCV. Do I need to import more libraries? I have searched, but could not find it! import java.awt.*; import…
-2
votes
1 answer

How to hack OpenNi Framework

I downloaded OpenNi's framework code source, Its ofcourse include c++ files and codes, so the question is How do I understand that code and framework? How can I understand embedded logic which Works with Sensor? How can I develop some other…
Vito Carleone
  • 157
  • 3
  • 8
-4
votes
1 answer

Check if hand is tracked

I want to track my person if I make a fist or if I have my hand open. It's appreciate if you can give a sample code in C#? Thank you very much!
MuddySky
  • 11
  • 6
1 2 3
30
31