Questions tagged [nite]

PrimeSense NiTE™ is 3D computer vision middleware which provides the application with hand-based and full-body based user control APIs.

25 questions
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…
3
votes
0 answers

C# System.IO.File functions on Mac OSX

CONTEXT: I'm trying to integrate my Kinect v2 with Unity3D on a Mac with OSX 10.10. I have all the needed drivers installed (afaik: libfreenect, openni2, nite, libusb, etc), and I'm using this Unity asset library. ISSUE: Most of it seems to work,…
3
votes
1 answer

NITE2::UserTracker crashes when reading from oni files

I have recorded an oni file using a kinect and OpenNI NIViewer. I want to track skeletons in that record file so I am using OpenNI2 and NITE2 I can create an openi device with the oni file but when I try to create a nite2 user tracker using that…
Zaher Joukhadar
  • 986
  • 9
  • 23
2
votes
0 answers

How to create .oni file from raw depth data?

In a research project I am working on, we are getting raw depth data from a sensor, which is not a kinect or other consumer sensor. This raw depth data consists of unsigned 16 bit array where each element has distance data in mm. In order to…
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
vote
0 answers

Skeleton Tracking on Raspberry Pi using Kinect

I'm trying to do some skeleton tracking on Raspberry Pi. I installed libfreenect and OpenNI. I can't find NITE ARM binaries anywhere as it is acquired by Apple and no support is provided now. Where can I find the other required binaries and how to…
user1612738
  • 131
  • 9
1
vote
2 answers

Install OpenNi2 and Nite2 on Linux

Im not able to find the website and instructions how to install openni2 and nite2 on linux. Does anyone know where i can find these libs and how to install them?
Neriman Arif
  • 13
  • 1
  • 7
1
vote
3 answers

Does Openni 2.2 support Kinect v2?

I'm using the new kinect on win8.1 and installed the Openni2 and NITE2, but they can't find my kinect. So what should I do to make it run?
DrustZ
  • 342
  • 1
  • 5
  • 19
1
vote
1 answer

Microsoft Kinect Skeleton Tracker Linux

After shutting down the openni and primesense I couldn't find any skeleton tracker library which works in Linux. Is there anything like NiTE2 available right now?
Saffar
  • 520
  • 1
  • 5
  • 13
0
votes
0 answers

Camera placement for Kinect using Nuitrack

I have screen space coordinates from Kinect. I need to get the world space coordinates from kinect for my opengl camera; or I need to place my camera in the same position as Kinect so that I can see the points that I get from Kinect. I think I will…
darth vader
  • 321
  • 1
  • 4
  • 13
0
votes
1 answer

dyld: Library not loaded: libNiTE2.dylib....Reason: image not found

The library I am trying to use is NiTE2, I have successfully include & linked OPENNI2 and the libfreenect driver. Here is the error message: dyld: Library not loaded: libNiTE2.dylib Referenced from:…
yang
  • 31
  • 1
  • 10
0
votes
1 answer

SimpleOpenNI not working on Processing 3.1.1 using Mac OS 10.11.5 El Capitan

I keep getting this error when I run a example code from SimpleOpenNI such as NoSuchMethodError: You may be using a library that's incompatible with this version of Processing. I have tried in vain everywhere to find and properly install an OpenNI…
Eric Reyna
  • 181
  • 1
  • 3
  • 13
0
votes
0 answers

Dose NiTE work with Kinect v2

I try to make openni2(32bit) and NiTE2(32bit) work with kinectv2 on win10(64bit),and NiViewer did work after I use kinect2.dll from github,but any sample in NiTE2 does not work,so is there any way to get NiTE2 work with Kinectv2?
0
votes
1 answer

Loading ONI: Can’t create any node of the requested type

I am working on OpenFrameworks with the addon ofxOpenNI by gameoverhack. I got the addon successfully running on my Mac OS X El Capitan 10.11.2 with xCode 7.2. For those of you who have previously used this addon, you must be knowing that there are…
Ranveer
  • 6,683
  • 8
  • 45
  • 92
0
votes
0 answers

Issues with OpenNI - Kinect and Ubuntu

I have spent the afternoon fiddling with a fresh ubuntu install, on a virtual machine (Running through vmware player on win 8) using an xbox kinect (360 version, designed for windows) trying to get OpenNI to work, (and plan on using pointcloud…
Aphire
  • 1,621
  • 25
  • 55
1
2