Questions tagged [primesense]

28 questions
0
votes
4 answers

Openni "One or more of the following nodes could not be enumerated"

I have installed the latest version of openni and NITE in the following order: Openni 1.3.4.6 unstable development edition x64 NITE 1.4.2.5 unstable develeopment edition x64 Avin2 sensor kinect x64 from ../platforms/win32 directory I use windows 7…
0
votes
1 answer

ArUco markers for primesense caramine 1.09 in python

Did anyone use primesense caramine 1.09 with ArUco marker detector in python? I had tried to run commands of aruco detector for webcamera , it is working fine. But when I tried to run this commands with primesense I am not able to detect markers. I…
Pratiksha
  • 56
  • 8
0
votes
0 answers

How can I check the firmware version of a primesense Xtion camera?

How can I check the firmware version of a primesense Xtion camera? I have a couple of these cameras which I suspect have different firmware versions. One works with NiViewer, the other doesn't. Although both are detected as connected to a usb port…
martinako
  • 2,690
  • 1
  • 25
  • 44
0
votes
0 answers

OpenNI does not work with primeSense carmin 1.08x (Kinect) Although OpenNI2 is working with it

I have the two versions of openNI installed, NI viewer for openNI2.2 works properly with my PrimeSense device, however NI viewer of openNI 1.5.7.10 says primesense/sensorKinect/5.1.2.1: the device is not connected. This question was asked before…
0
votes
0 answers

Finding (p,p+2) primes

Finding (P,P+2) Primes in R, I tried like this twinPrimes(1,100) [,1] [,2] [1,] 3 5 [2,] 5 7 [3,] 11 13 [4,] 17 19 [5,] 29 31 [6,] 41 43 [7,] 59 61 [8,] 71 73 I got the answer. But this command will work…
Aarthika
  • 101
  • 11
0
votes
0 answers

"No Devices connected" with PCL1.6 and Primesense Camera (Carmine 1.09)

I am using primesense camera for a project which has device driver indicating Carmine 1.09 (installed from OpenNI folder). When I am running OpenNI2's viewer, you can see the depth data coming through so the camera is definitely connected. However,…
John Yang
  • 547
  • 1
  • 8
  • 21
0
votes
1 answer

Cannot grab image from Xtion Pro Live with Opencv code

I am using OpenCV 2.4.10 and I want to take image from my Asus Xtion Pro Live. When I'm trying to execute the code below, I get this error: "Can not open capture." I tried everything, like Sensor update, opencv with openni compiling and opencv…
MTs
  • 199
  • 2
  • 19
0
votes
1 answer

Crash on Nite initialisation in python program written using primesense2.2.0.30-5

I am using Ubunut 14.04 and have installed OpenNI 2.2, NITE 2.2 and primesense2.2.0.30-5 (https://pypi.python.org/pypi/primesense/2.2.0.30-5) The sample program mentioned at the above site works quite well however when I am trying to use initialize…
Kanha
  • 43
  • 1
  • 6
0
votes
0 answers

Primesense driver for Labview

I am trying to initialize the Primesense Carmine 1.09 using Labview. So far when trying to use OpenNi drivers but they appear to be broken...(I think the problem is with the openni.net.dll). Does anyone know if there is a driver that fits Labview?…
0
votes
2 answers

To Display RGB video frame using opencv and kinect primesense camera?

I have a OpenCV project written with OpenCV 2.4.6 (Without OpenNI) in Visual studio 2012. Project uses integrated webcam but now I want to use Kinect camera for RGB frames instead of webcam. Is it possible to use Kinect prime sense camera without…
0
votes
1 answer

Kinectproject with Nite Middleware and OpenNI throws Exceptions

i have a problem with my Kinect. At the beginning i started only with OpenNI Samples, which works fine. Now i try to start with NITE and have some issues. If i run my code, Eclipse throws exceptions like this. Started context…
0
votes
1 answer

Guide to understand data from Prime sense sensor?

I looking for sources to understand the data from Prime sense sensor. My first goal will be detecting if there is a object in front of the sensor. How to I know that from data? I can not find a guide for that
pythoniku
  • 3,532
  • 6
  • 23
  • 30
0
votes
1 answer

PrimeSense Stream always waiting?

I have problem that primesense carmine 1.08 and 1.09. before i did this project and worked well and then i format my pc and set up everthing again. now, OpenNI waiting for streams for infinit time. Any frame came: if( OpenNI::waitForAnyStream…
CMLDMR
  • 334
  • 2
  • 12
1
2