Remote system control via infrared head trackingSynopsisBy placing points of infrared light on either side of the users head and viewing it through an infrared camera it is possible to find the relative position of the users head. The Wii Remote is an inexpensive piece of hardware which contains, among other things, an infrared camera and an image processor which transforms sources of infrared light to point data on board the controller. The Wii Remote communicates with its home console using the Bluetooth HID protocol which means that by simply pairing a remote with the computer we can receive this infrared point data directly and process it further in MATLAB for the purpose of controlling remote hardware such as a camera mounted to a stepper motor.
ImplementationMany infrared goggles contain white LED's on either side of the wearers head. By simply replacing these with infrared LED's we can track the relative motion of the users head along the Tait-Bryan rotations (pitch, roll, and yaw). To receive point data from the Wii Remote a DLL has been written in C++ to act as a bridge between MATLAB and Brian Peek's WiimoteLib (http://www.brianpeek.com/blog/pages/wiimotelib.aspx).
Project MembersKapur, Parul Clayton, McKenzie Whited, Sam Equipment3x Wiimote IR LED equipped Glasses Scribbler Robot with Bluetooth Webcam Stepper Motor
.gadget-title {
margin-bottom: 2px;
}
function resizeIframeHandler(height) {
var elem = document.getElementById(this.f);
height = Math.max(100, height);
if (elem) {
elem.style.height = height + 'px';
}
}
gadgets.rpc.register("resize_iframe", resizeIframeHandler);
gadgets.rpc.register('set_title', function(title) {
var elem = document.getElementById(this.f + '_title');
if (elem) {
elem.innerHTML = gadgets.util.escape(title);
}
});
Ohloh computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has no code locations, and so Ohloh cannot perform this analysis
Is this project's source code hosted in a publicly available repository? Do you know the URL? If you do, click the button below and tell us so that Ohloh can generate statistics! It's fast and easy - try it and see!
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.