Questions tagged [simple-openni]

SimpleOpenNI is the Processing wrapper for OpenNI and NITE. Although it's not in a fully complete wrapper(some functionalities aren't yet implemented), it's very easy to setup and provides most of the needed functionalities(depth/rgb/ir/scene streams, skeleton tracking(without Psi pose required and multiple profiles), hand tracking and gestures, etc.)

SimpleOpenNI is a Processing library which greatly simplifies development using RGB/D sensors such as Microsoft Kinect for Xbox360 (not Kinect for Windows) and Asus Xtion(Pro and Pro Live) developed at the Interaction Design Department Zurich.

The library ships with plenty of examples and the Wiki pages are also helpful. There is also a full book covering various techniques using this library: Making Things See.

54 questions
17
votes
6 answers

sudo: ./install.sh: command not found is not working on Lion

I've been following this tutorial in order to get SimpleOpenNI installed on my mac but I keep getting stuck at installing the OpenNI and NITE components because it requires me to navigate to the folders in Terminal and then run "sudo ./install.sh".…
Amandah Wood
  • 171
  • 1
  • 1
  • 4
8
votes
2 answers

Capture RGB from Kinnect with Openni and show with OpenCV

I need to capture the color RGB image from a Kinnect camera, but I want to show it in OpenCV as this is only a part of a bigger program. I know OpenCV has compatibility with OpenNI if you set the flag, but although I tried hard CMake couldn't find…
vgonisanz
  • 11,831
  • 13
  • 78
  • 130
5
votes
1 answer

Kinect motor control via Processing

I'm hacking the Kinect using some simple-openni based processing apps for a talk I plan to give soon and I found an API that appears to control the motor. There is a moveKinect method that appears to be added to the main ContextWrapper interface but…
Cliff
  • 10,586
  • 7
  • 61
  • 102
4
votes
1 answer

Which Kinect SDK is more powerfull in skeleton tracking? the open source (openkinect) SDK or the official SDK?

I'm interested in developing an AR application that needs the Kinect sensor for tracking a human body. This application will use the skeleton tracking data to make live video processing on the human body. Because of this, I need a powerful, live and…
Islam Assi
  • 991
  • 1
  • 13
  • 18
4
votes
2 answers

kinect Gesture recognition in SimpleOpenNI

I want to implement a kind of drums. For every hit I want to play a song. So I need to detect every "hit" and the position. before I start implementing a function who will analyse the positions and detect "hits" I want to be sure that there is no…
3
votes
1 answer

Suppress console output - SimpleOpenNI Processing

I'm wondering if there is a way to suppress console output from a single library in processing? Specifically, I am using SimpleOpenNI and it constantly outputs stuff like the below many times a second: [Info] [VTRgbPacketProcessor] avg. time:…
Jordan E
  • 35
  • 5
3
votes
0 answers

Unable to install SimpleOpenNI for processing on Mac OSX 10.8.5

I am unable to either install the SimpleOpenNI 1.96 wrapper for processing 2.0.1 or my code doesn't run. I am trying to run this on Mac osx 10.8.5 & I am getting this error and the code hangs, send_cmd: Data buffer is 322 bytes long, but got 334…
Shreek
  • 31
  • 1
  • 5
2
votes
0 answers

Processing with Xbox Kinect: Cannot load SimpleOpenNI library

I'm trying to use the SimpleOpenNI wrapper for Processing on Windows 10 64-bit. I am getting the error below. The method I used was to add the library to the libraries folder in C:/Users/user/Documents/Processing/libraries. Is there something extra…
JohnSmithy1266
  • 407
  • 1
  • 6
  • 15
2
votes
2 answers

Kinect for Xbox 360 freezes and disconnects from USB after running Processing SimpleOpenNi depth image example

please help I've been trying to set up kinect for XBOX 360 to run on ubuntu in order to start developing an application to control a humanoid robot. for the past four days I've been searching , downloading , installing and trying dozens of libraries…
2
votes
1 answer

Calculate the speed of hand gesture

anybody who know how to calculate the speed of hand gesture from hand tracking ? (i'm using processing 1.5.1 with simpleopenNI 0.27) Thanks for your attention
2
votes
2 answers

"enableScene() does not exist" -- Troubles with SimpleOpenNi and Processing

Im' trying to make an app with processing using kinect, and SimpleOpenNi. I tried to follow this tutorial http://www.creativeapplications.net/processing/kinect-physics-tutorial-for-processing/ , but i'm stuck at the very beginning : when i launch…
user2747761
  • 21
  • 1
  • 2
2
votes
2 answers

Accessing values from another thread

My question is: How do I access values from another thread? I have two .java files, Main.java and TrackHands.java Main.java /** * This is the main class, it is used to start the program. The only use of this * is to make everything more…
iKaos
  • 29
  • 1
  • 4
2
votes
1 answer

OpenNI and OpenCV

I am implementing an algorithm for finger detection using OpenNI and OpenCv 2.4 and Kinect. The problem is I don't know how to get started, I found a piece of code and trying to run it. But the problem is imgproc_c.h has alot of errors as…
shereen
  • 39
  • 4
1
vote
0 answers

Controlling a virtual character's joints rotation with OpenNI + Kinect

I'm starting a project where I need to control a virtual character. The character is being rendered in multiple 3D engines, such as Three.JS and iOS SceneKit. I'm getting the Quaternions of every joint of the skeleton with OpenNI, and it looks kind…
c4b4d4
  • 964
  • 12
  • 32
1
vote
0 answers

Hand Gestures with Kinect

I am trying to make Hand Gestures like grabbing and Dragging, for example Windows on my Desktop, using the Kinect Camera, which I connected to a Raspberry Pi running with Raspbian. I already installed OpenNI+Nite, freenect and the PrimeSense…
Helloblub
  • 11
  • 2
1
2 3 4