Difference between revisions of "Interactive demos"
From Organic Design wiki
m |
(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 | ||
+ | ==See also== | ||
+ | *[http://www.ladyada.net/learn/arduino/lesson0-lin.html Linux USB drivers for Arduino] | ||
+ | *[http://www.linux-usb.org/ Linux USB] |
Revision as of 05:02, 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