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
0
votes
1 answer

how to keep processing output window always on top

I am currently making a project on kinect using SimpleOpenNI and Processing and am new to it. I want to know how I can keep my output window always on top...even when i switch focus to some other application like powerpoint or vlc??
Vaibhav
  • 703
  • 1
  • 7
  • 18
0
votes
1 answer

Cluster 3D points into different segments

I'm asking if there are any ideas of how to cluster different body segments using the depth map from the Kinect device? There are two problems, the first one is how to identify different body parts from each other, for example: lower arm from upper…
Tak
  • 3,536
  • 11
  • 51
  • 93
0
votes
1 answer

Processing, Simple kinect app don't start a event

I want to do a simple kinect aplication in processing, I just want to when kinect detect a skeleton, show a simple jpeg image, just that. I wrote some code, all works but when someone appears in front of kinect, nothing happens, can anyone help me?…
0
votes
1 answer

Dynamic skeleton using Kinect

I'm asking if there is any ideas how to expand the skeleton extracted by OpenNI or Microsoft SDK from the Kinect device to add more joints to it? For example, if a man is holding a stick then the skeleton will add one extra joint representing the…
Tak
  • 3,536
  • 11
  • 51
  • 93
0
votes
1 answer

Kinect. How do I work with multiple centres of mass without them affecting one another in functions?

I'm currently on a BA course in Fine Art and I've recently started trying to learn programming by reading Greg Borenstein's 'Making Things See'. The piece I'm developing is an attempt to track multiple centres of mass as the viewers move around the…
0
votes
0 answers

using simpleopenni with kinect for windows sdk 1.6 - unable to get data

I am trying to use the simpleopenni library to access data from my Kinect in Processing. However, when I try to access my Kinect using the library, I get errors like "Can't open the depthMap, maybe the camera is not connected!". I have followed all…
HowDoIDoComputer
  • 1,383
  • 1
  • 10
  • 19
0
votes
1 answer

Simple OpenNI getUserPixels

I'm new to Image Processing. How can I track multiple users, using getUserPixels() from Simple OpenNI for Processing? What does this take as parameters? How would I set up this code?
0
votes
1 answer

SimpleOpenNI / Kinect: sceneMap / depthMap Color Control

[Context] I am helping a graduate student (MFA) with an art project: I am trying to control the output color of the depthMap generation, so that the Red, Green, & Blue values can be independently controlled. The desired end game is that each…
user1371072
  • 3
  • 1
  • 4
-1
votes
1 answer

Kinect - Play & Pause music in Processing

I'm trying to play music when I move my hand forward and pause music when I move my hand background as in this video. I can play music when I move forward. But I can't see how to pause my player when I move background. import ddf.minim.*; import…
Vince
  • 1
1 2 3
4