Questions tagged [primesense]

28 questions
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 / Primesense (Xtion) ROS Ubuntu through Virtual Machine (VMware)

Since it took me quite some time to figure out how to get Xtion (Primesense) to work on VMware I thought to share it here with you. (with Kinect I have a problem to let ROS see the device even though VMware has successfully connected it). roslaunch…
NumesSanguis
  • 5,832
  • 6
  • 41
  • 76
3
votes
3 answers

Creating a UserTracker crashes in NITE2 python bindings

I am trying to use OpenNI2 and NITE2 python bindings. I'm under Windows 7 and I have Kinect SDK1.8, OpenNI 2.2 and NITE 2.2 working without problems in Visual C++ with their 32 bits versions. I have python 2.7.5 32 bits. Now, my intention is to…
asarasua
  • 51
  • 5
3
votes
1 answer

3D scene from two video files from two different angles

I have 2 video files of a scene from two different angles and I want to reconstruct a 3D estimation of the scene. It is similar to what 3D sensors do (e.g. Kinect, PrimeSense). I am looking for a library or even a well-established machine vision…
MostafaMV
  • 2,181
  • 3
  • 16
  • 22
2
votes
1 answer

PS1080 specification and depth Image

I am playing around with Kinect, and am interested in the depth Image format. I am also interested in the hardware specification of the PS1080 SoC. Is it available somewhere? I searched the internet in vain. Should I buy the Development kit from…
Alphaneo
  • 12,079
  • 22
  • 71
  • 89
2
votes
0 answers

Is reference dot pattern of Asus Xtion Pro Live same as Kinect

I know that both Microsoft Kinect and Asus Xtion Pro Live use PrimeSense technology to estimate depth, as described here: http://lttm.dei.unipd.it/nuovo/Papers/ToF-Kinect-book.pdf However, I was wondering: Are the reference dot patterns that these…
HelisaD
  • 21
  • 4
2
votes
0 answers

Performing 3D mapping with Primesense sensor in Python with openNI

I recently purchased a Primesense sensor 1.09 and I would like to perform 3D mapping for robot vision in Python. Python bindings are avaliable for openNI but I seem to be unable to find any examples or even documentation using python with the…
THunt
  • 21
  • 1
1
vote
2 answers

recommendation for the best 3d mapping tool?

I need to map a face to a high quality 3d model so what is the best between kinect ,realsense ,etc ?and what is the hardware requirements to use it?
hala
  • 11
  • 2
1
vote
1 answer

Retrieving Channels from Kinect device using python OpenCV

I put together some simple code in python to grab different channels from OpenNI devices. I built OpenCV myself with all the PrimeSense and OpenNI support enabled. The OpenNI samples work perfectly for both the Kinect sensor and PrimeSense sensor,…
drewski
  • 111
  • 2
  • 10
1
vote
1 answer

Can not grab image from VideoCapture OpenCV with Asus Xtion Pro Live

I just installed OpenCV 2.4.7 with OpenNI and primesense Sensor as it can be seen in the following build information. I have problems grabbing from a VideoCapture object. For instance, if I run the openni_capture example, I get "Can not grab…
pescurris
  • 43
  • 1
  • 5
1
vote
1 answer

Openni, Android, and PrimeSense Setup

I am trying to develop a simple Android application (running on nexus 10) that will connect to a PrimeSense camera. From my research it seems that Openni is the way to go; however, I'm having a hard time figuring out what I need. When I download the…
Przemek Lach
  • 1,348
  • 2
  • 19
  • 42
1
vote
1 answer

Linux and Primesense

I have for a longer time tried to get my Asus Pro Live sensor to work on Linux, currently Fedora, but I have tried ubuntu 12.04 and Ubuntu 13.10 as well. I have installed openni, openni2 and sensor_master on my computer. Everything compiles, but…
El_Loco
  • 1,716
  • 4
  • 20
  • 35
1
vote
1 answer

Python OpenNI2 libOpenNI2.so problems

I am trying to use the Python primesense module on my kinect under Ubuntu. I appear to have OpenNI2 installed correctly, as I am able to run examples in processing fine using processing's simple-openni library. I installed the primesense module…
Bobby
  • 1,439
  • 2
  • 16
  • 30
0
votes
1 answer

Flash: Why Flash doesn't recognize a Primesense/Flash camera?

I'd like to know if there is some documentation available to know how Flash detects webcams in order to know why it cannot get a Primesense/Kinect camera. I think it'd be really useful to access Kinect without using the OpenKinect scheme…
Manel
  • 147
  • 9
0
votes
1 answer

OpenNI: "Open failed: Device is in safe mode. Cannot start any stream!"

I'm using OpenNi with a primesense sensor to get depth image. NiViwer sample works fine, but if the sensor is connected before Linux booting, when I run NiViewer or any other program using OpenNi, it exits with this error: Open failed: Device is in…
Alessandro Pezzato
  • 8,603
  • 5
  • 45
  • 63
1
2