Hi Luciano,

It sets the pixel width, pixel height and framerate for the camera
it's called on. ie. What the data is grabbed at. How you choose to
preset it is something else.

For example:

var cam:Camera = Camera.get();
cam.setMode(320, 240, 20);

But it's a bit more complicated than that because the camera generally
has preset modes so Flash attempts to find the one closest to your
request, giving preference to the framerate.

Does it freeze your machine? What are your specs?

Anthony
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to