Web Cam

Actionscript:
  1. var cam:Camera =  Camera.getCamera();
  2. var video:Video = new Video(320, 240);
  3. video.attachCamera(cam);
  4. addChild(video);

Adds the feed from your webcam to the stage.

This entry was posted in Video and tagged , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

One Trackback

  1. By Weekly Shared Items - 19. December, 2008 « toxin 2.0 on December 19, 2008 at 12:14 am

    [...] Web Cam [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*