Difference between revisions of "Interactive demos"
From Organic Design wiki
(links) |
|||
Line 11: | Line 11: | ||
*vlc can can use aalib also | *vlc can can use aalib also | ||
**https://help.ubuntu.com/community/Webcam | **https://help.ubuntu.com/community/Webcam | ||
+ | |||
+ | ==Coloured lights triggering music== | ||
+ | The Arduino NG is a small computer that can plug into your pc via USB. | ||
+ | *[[Arduino with linux]] | ||
+ | *[[Microcontroller]] | ||
+ | |||
==See also== | ==See also== | ||
*[http://www.ladyada.net/learn/arduino/lesson0-lin.html Linux USB drivers for Arduino] | *[http://www.ladyada.net/learn/arduino/lesson0-lin.html Linux USB drivers for Arduino] | ||
*[http://www.linux-usb.org/ Linux USB] | *[http://www.linux-usb.org/ Linux USB] |
Latest revision as of 07:29, 22 September 2008
Things you can do with the pc to show off graphics or sound and get people's attention.
ASCII art
- Install a USB web camera
- Get required packages
apt-get -y install mplayer caca-utils libcaca0 ttv
- cacafire is cool - runs from console
cacafire
- ttv uses the aalib to show video on a text console - for the web cam
ttv /dev/video0
- vlc can can use aalib also
Coloured lights triggering music
The Arduino NG is a small computer that can plug into your pc via USB.