rgbdemo / nestk

C++ Library for Kinect
http://nicolas.burrus.name/index.php/Research/KinectUseNestk
Other
78 stars 45 forks source link

synchronized multiple kinects broken in 0.7 #7

Open nburrus opened 12 years ago

nburrus commented 12 years ago

Reported by mkter mr.michael.reinhardt@googlemail.com

Hi,

it's me again. With the changes from 0.6.1 to 0.7 the example application synchronized_multiple_kinects broke. After starting, there are two lines with "Setting resolution to VGA" (I use two kinects.) Then nothing happens. It hangs at synchronized_multiple_kinects.cpp:

  1. The needed event is never set.

I use: Win7 64Bit VS2010 (compilation is done with 32Bit) QT 4.7.4 OpenCV 2.3.1 PCL 1.4 OpenNI + SensorKinect (latest from git) Nite 1.3.1

The other multi kinect applications (rgbd-multikinect and multiple- kinects) do work.