Skip to main content
Participating Frequently
February 3, 2010
Question

Camera setMode not having any affect

  • February 3, 2010
  • 1 reply
  • 798 views

Recording an f4v file to FMS3.5, capturing video from a local camera through the Flash Player i'm getting poor quality and small video size - using:

cam.setMode(320, 240, 10);
cam.setQuality(0,99);

Doesn't seem to have any affect on the recorded video, is this due to the cameras native resolution?

    This topic has been closed for replies.

    1 reply

    calmchessplayer
    Inspiring
    February 3, 2010

    how many fps is your camear getting? alot of the time quailty is dependenant on the camera you use most webcams get 15 frames per second......anyway here are my settings that i use to get good quality recordings.

    camera0.setKeyFrameInterval(10);
        camera0.setMode(320,240,30,true);
        camera0.setQuality(300000,0);
        video0 = new Video(320,240);