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

464 questions
4
votes
3 answers

How to calculate Depth Information from USB 3.0 Stereo Camera?

I'm interested in using a stereo camera for calculating depth in video/images. The camera is a USB 3.0 Stereoscopic camera from Leopard Imaging https://www.leopardimaging.com/LI-USB30-V024STEREO.html. I'm using MAC OS X btw. I was told by their…
nmante
  • 309
  • 2
  • 10
4
votes
0 answers

ImportError: libOpenNI.so: cannot open shared object file: No such file or directory

I am trying to get PyOpenNi working on an Odroid U3 with lubuntu 14.04.1. I have installed openni 1.5.2, nite 1.5.2, and primesense drivers for use with Asus Xtion Pro Live. After installing PyOpenNi and trying to import via python I receive the…
4
votes
3 answers

How can I save a PCD file from a Kinect?

Preface: I'm fairly new to coding. Using Ubuntu 12.04 with latest PCL downloaded from their site (I believe PCL 1.7) I've successfully compiled and built the iograbber program listed here:…
athoesen
  • 63
  • 2
  • 4
4
votes
0 answers

Turning off the Kinect IR emitter

I'd like to use two XBOX Kinect cameras simultaneously, but their IR signals interfere. Therefore, I'd like to be able to switch their IR emitters in an alternating fashion. I read that if using the Microsoft SDK, there was a…
zeus300
  • 917
  • 2
  • 7
  • 26
4
votes
3 answers

OpenNi2 and Asus Xtion Pro Live device not found

I'm getting crazy... It just doesnt work: I'm using Ubuntu 13.10 64bit edition. After updating the whole system I installed what I think are all of the packages needed for OpenNI2: sudo apt-get install g++ python libusb-1.0-0-dev libudev-dev…
Patrick Reul
  • 83
  • 1
  • 1
  • 5
4
votes
1 answer

SimpleOpenNI Record and Replay User Tracking Data

I am able to use SimpleOpenNI to successfully record and replay depth and rgb recordings (.oni files). I would also like to be able to track users from recorded files, in other words be able to easily extract sillhouettes of people from a depth…
Julia Schwarz
  • 2,430
  • 1
  • 16
  • 25
4
votes
1 answer

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 and includes properly. So far everything looks…
Jav_Rock
  • 21,011
  • 18
  • 115
  • 164
4
votes
2 answers

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 http://www.openni.org/openni-sdk and and I ran the install.sh file with…
csotiriou
  • 4,691
  • 4
  • 33
  • 42
4
votes
2 answers

Convert Movie to OpenNI *.oni video

The Kinect OpenNI library uses a custom video file format to store videos that contain rgb+d information. These videos have the extension *.oni. I am unable to find any information or documentation whatsoever on the ONI video format. I'm looking for…
aaronsnoswell
  • 5,652
  • 5
  • 41
  • 65
4
votes
1 answer

What event is triggered when player is not detected by Kinect in unity

*I've been working on a project in unity3D using a kinect set-up. The set up is working perfectly. I'm using Unity3D 3.4 in combination with OpenNI, C# coding and of course a kinect. The issue I'm facing is that the standard playermanager of openNI…
3
votes
1 answer

PointCloud with multiple Kinects

I am trying to make a PointCloud mapping user with multiple kinects on Processing. I get the user's front and back with 2 kinects on opposite sides and generate both PointClouds. The trouble is that the PointClouds X/Y/Z are not syncronized, it just…
3
votes
0 answers

OpenNI 1.5 changes list?

I am using the OpenNI v1.5.2.23, but most samples I find are for 1.0.0.23, so I have to change the code everytime to use the new features, instead of the obsolete ones. Examples: OldCode: using xn; NewCode: using OpenNI; --- OldCode:…
3
votes
2 answers

Kinect + OpenNI: howto remove user

I'm working with user tracking: I've registered the callbacks (User_NewUser, User_LostUser, Pose_Detected, Calibration_Start, Calibration_End). When I enter in the sensor area I'm detected and calibrated in the right way. But when I leave sensor…
Asd Asd
  • 31
  • 2
3
votes
1 answer

Detect hand swipe gesture in Unity using Kinect with OpenNI

I have a 3D model in my Unity project and I have a JavaScript that rotates the camera based on keyboard arrow keys (left/right). Now, I need to have a script that detects a horizontal swipe hand gesture and returns a vector that I would use to…
Sagar Hatekar
  • 8,348
  • 14
  • 52
  • 72
3
votes
2 answers

How can I get the Kinect serial number with OpenNI?

How can I get the serial numbers of my kinect devices in OpenNI? I'm using avin2's SensorKinect driver. I'm trying the following, but I only get "0" in my variable serial: xn::NodeInfoList…
Marek Miettinen
  • 349
  • 1
  • 7
  • 16
1 2
3
30 31