Using the Kinect as a webcam for Skype (or any other application) is fairly straightforward and already built into your kernel if you have a kernel version >= 3.0. The Kinect’s camera, microphone and motor are automatically enumerated and added …
Tag Archives: pc
The Kinect as a Skype Webcam on Ubuntu
Posted by admin
on June 17, 2014
Comments Off on The Kinect as a Skype Webcam on Ubuntu
Kinect Motor Control (Linux)
Posted by admin
on March 29, 2012
Comments Off on Kinect Motor Control (Linux)
kinectmotorcontrol is a Linux command line program to control the Kinect motor using the OpenNI driver. As such, you must have the OpenNI driver installed and working (Linux version requires a patch). I do not do much error checking in …
Kinect Motor Control (Windows)
Posted by admin
on March 27, 2012
Comments Off on Kinect Motor Control (Windows)
I have created a command line program to control the Kinect motor using the OpenNI driver. As such, you must have the OpenNI driver installed and working. I do not do much error checking in my code and assume your …