OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.55k stars 1.15k forks source link

Can't change the angle of kinect #624

Closed Weirdo1312 closed 3 years ago

Weirdo1312 commented 3 years ago

I connected my Kinect v1 to my arch liunx and i installed freenect everything works fine including tilt demo using "freenect-tiltdemo" command but i don't see a way to change the angle my kinect manually What's the command for that? i searched the wiki and didn't find anything

piedar commented 3 years ago

In the API this is freenect_set_tilt_degs(). You can try it out with freenect-glview - hit w to tilt up or x to tilt down.

Weirdo1312 commented 3 years ago

In the API this is freenect_set_tilt_degs(). You can try it out with freenect-glview - hit w to tilt up or x to tilt down.

thanks that was exactly what i was looking for