0

I'm trying to use kinect with OpenNI, when I try to build any program, it does not give any build errors but I get these errors on the command line

CvCapture_OpenNI::readCameraParams : Could not read property "ShadowValue"!
CvCapture_OpenNI::CvCaptureOpenNI: Could not read camera paramerers
done.
Can not open a capture object.

I tried to build (kinect_maps.cpp) provided with OpenCV, still gives the same error.

I am using Kinect for Windows on Windows 7 64 bit.

Many thanks.

Liam McInroy
  • 4,339
  • 5
  • 32
  • 53

1 Answers1

0

I had similar issues on the 64bit version on windows. I fixed them uninstalling the 64bit version and installing the 32bit version. You will also need to install the Nite and the sensor driver for 32bits.

nabrugir
  • 1,839
  • 2
  • 22
  • 38