Question
Camera setMode not having any affect
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?
