wieden-kennedy / Cinder-OpenNI

OpenNI wrapper for Cinder
15 stars 4 forks source link

No video stream using the BasicApp #1

Open christoc opened 11 years ago

christoc commented 11 years ago

Hi, I'm getting a black screen and no video output from the Basic and User App samples.

I'm using Kinect (the XBox version) Openni2/NiTe2 MVS2012 cinder_0.8.5_vc2012 Win7

Cheers Chris

BanTheRewind commented 11 years ago

Will look into this. We've only been testing against the Asus stuff so far.

Sent from Mailbox for iPhone

On Fri, Sep 6, 2013 at 2:22 AM, christoc notifications@github.com wrote:

Hi, I'm getting a black screen and no video output from the Basic and User App samples. I'm using Kinect (the XBox version) Openni2/NiTe2 MVS2012 cinder_0.8.5_vc2012 Win7 Cheers

Chris

Reply to this email directly or view it on GitHub: https://github.com/wieden-kennedy/Cinder-OpenNI/issues/1

BanTheRewind commented 11 years ago

Change this line: mDevice = mDeviceManager->createDevice();

to this: mDevice = mDeviceManager->createDevice( OpenNI::DeviceOptions().enableColor() );

BanTheRewind commented 11 years ago

I added a ColorApp to the dev branch. Tested against a Kinect for Windows (haven't done Xbox version yet).