Interactive Camera-Projector System
m (→Application) |
m (Added links to KDE-apps) |
||
Line 49: | Line 49: | ||
=External Links= | =External Links= | ||
− | * [http://video.google.co.uk/videoplay?docid=4201589281466176805 The interactive camera-projector system at google video] | + | * Interative Camera-Projector System |
+ | ** [http://kde-apps.org/content/show.php?content=47105 Project page at KDE-apps] | ||
+ | ** [http://video.google.co.uk/videoplay?docid=4201589281466176805 The interactive camera-projector system at google video] | ||
* References | * References | ||
** [http://research.microsoft.com/%7Ezhang/calib/ A Flexible New Technique for Camera Calibration: Zhengyou Zhang] <!-- ([http://www.patentstorm.us/patents/6774889.html U.S. Patent]) --> | ** [http://research.microsoft.com/%7Ezhang/calib/ A Flexible New Technique for Camera Calibration: Zhengyou Zhang] <!-- ([http://www.patentstorm.us/patents/6774889.html U.S. Patent]) --> |
Revision as of 16:08, 11 October 2006
Contents |
Camera-Projector System
Application
A software for camera-projector interaction was developed by Juan Roldan, Ushakiran Soutapalli and Jan Wedekind at the Microsystem & Machine Vision Laboratory (MMVL) at Sheffield Hallam University, UK.
The software makes use of a low cost off-the shelf webcam that is calibrated against a standard projector screen. The webcam is used to determine the position of physical pointer (e.g. a pen) which is then used to virtually move the X11 pointer. Point-and-click functionality has also been implemented.
The vision system uses the Mimas real-time computer vision toolkit developed by the MMVL.
How it works
Mouse clicks
The standard deviation of a few recent mouse-positions is used as a criterion, wether the mouse is stationary or moving. If the mouse is stationary, a mouse click is issued.
Future Work
- More different mouseevents
Gallery
Downloads
Download mando-0.1.tar.bz2 (339 kByte). For your convenience the required parts of Mimas are included in the package. To build and run the package do
tar xjf mando-0.1.tar.bz2 cd mando-0.1 ./configure make ./mando
Sorry, but make install is not fully implemented at the moment (the software would need to load the calibration-patterns from the data-directory). At the moment the images for calibration are loaded from the current working directory.
See Also
External Links
- Interative Camera-Projector System
- References
- Other projects