Share

Flashcam

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

how to get higher resolution cam images

You are viewing a single message from this topic. View all messages.

  1. 2009-06-08 09:40:39 UTC
    the referenced "setMode" is this one:
    http://xrl.us/bevwa9 (Link to livedocs.adobe.com)

    Steps:

    1.
    You start flashcam with a higher resolution:
    -s 1600x1200

    2. in Flash/Actionscript:

    cam=Camera.getCamera();
    wcam = new Video(videoWidth, videoHeight);
    cam.setQuality( 0, 0 );
    cam.setMode(1600, 1200, 25, false);
    wcam.attachCamera(cam);


    ---

    [ not sure about what you mean with "flash app [...] resize":
    the flash app as a whole does not, of course, resize,
    its only the resolution of the camera you can set this way ]
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.