Interactive Camera-Projector System
m (→Future Work) |
m (→External Links) |
||
Line 50: | Line 50: | ||
* [http://www.bedroomlan.org/~alexios/coding_evrouter.html Creating input events in Linux/X11] using the [http://www.xfree86.org/current/xtestlib.html X11 test interface] | * [http://www.bedroomlan.org/~alexios/coding_evrouter.html Creating input events in Linux/X11] using the [http://www.xfree86.org/current/xtestlib.html X11 test interface] | ||
* [http://www.k2.t.u-tokyo.ac.jp/fusion/LaserActiveTracking/ Finger tracking with laser scanner] | * [http://www.k2.t.u-tokyo.ac.jp/fusion/LaserActiveTracking/ Finger tracking with laser scanner] | ||
+ | * [http://www.mine-control.com/go.html LaserGo allows playing Go using a laser-pointer] | ||
+ | * [http://video.google.co.uk/videoplay?docid=4201589281466176805 The interactive camera-projector system at google video] | ||
[[Category:Projects]] | [[Category:Projects]] | ||
[[Category:Fun-Projects]] | [[Category:Fun-Projects]] |
Revision as of 16:22, 26 July 2006
Contents |
Camera-Projector System
Application
A software for camera-projector interaction was developed by Juan Roldan 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
- KDE-miniprogram with configuration wizard
Gallery
Downloads
You first need to install the 4th unofficial release of Mimas-2.0 (28 MByte) of the Mimas Real-Time Computer Vision Library to be able to compile and run version 1.4 of the interactive software (229 kByte).
See Also
External Links
- Edward Tse - Interactions Inventor
- Multi-Touch Interaction Research
- Magic board project by IIHM
- IBM Research on interactive projector
- A Flexible New Technique for Camera Calibration: Zhengyou Zhang
- Creating input events in Linux/X11 using the X11 test interface
- Finger tracking with laser scanner
- LaserGo allows playing Go using a laser-pointer
- The interactive camera-projector system at google video