When I preview this the video quality is really bad, and I don't know of anyway to improve it. There is Camera.setQuality but it is only for use with flash media center.
import flash.media.Camera;
var cam = Camera.getCamera();
var video = new Video( );
video.attachCamera( cam );
addChild( video );