openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.89k stars 2.55k forks source link

ofxKinect tilt control on Raspberry Pi2 does not go below 0 degrees #4029

Open usama-ghufran opened 9 years ago

usama-ghufran commented 9 years ago

Hey there,

So I've been using the default kinect addon provided by openframeworks and my code works just fine on my windows, pi2 and linux machies. On the raspberry pi2 however the tilt of kinect does not go below 0 degrees. So on other machines it goes between -30 to +30 degrees. Where as on the Pi2 it goes only between 0 and +30 degrees.

I tested my Pi2 with the kinect example provided ( the one that looks like this https://www.youtube.com/watch?v=-y3xKrbfRKs) and yet i see the same problem so I don't think it's my code

bilderbuchi commented 9 years ago

ping @ofTheo

usama-ghufran commented 9 years ago

I must add that in the libfreenect example glview on the Pi2 the tilt is working fine. i.e the range of -30 to +30 degrees works. So I think it might be an addon issue.

On Tue, 30 Jun 2015 8:07 pm Christoph Buchner notifications@github.com wrote:

ping @ofTheo https://github.com/ofTheo

— Reply to this email directly or view it on GitHub https://github.com/openframeworks/openFrameworks/issues/4029#issuecomment-117210365 .

usama-ghufran commented 8 years ago

any updates on this?