Hi all,
here is my little entry for this cool and inspiring competition called:
LOWRES CAM.
AboutIt streams the webcam picture of a resolution of
160x120 pixels
and transforms them into only four colors. The
four colors are:
0x00000000 / 0x00006600 / 0x0000AA00 / 0x0000FF00
So, I hope this entry matches both limitation of this contest

The actual screen dimension is the camera resolution (160x120) multiplied
by 4 (=640*480). That means that each "pixel" has a width and height of
4. The app requires a webcam to run (
hope the majority of you has one
- I may supply a video for ppl without a webcam).
Before I touched the flash platform I did play with several other techniques
like Java Media Framework, Processing and avicap32.dll using some WinAPI.
However, I must say using FLASH makes it pure fun to access the webcam
and play with it.
CreditsPure ActionScript3.0 code by benny!weltenkonstrukteur.de
Music by Andrew Potterton
Ok ... I attached some screenshots - have fun!!!