actionscript 3 - AS3/Flash How to disable the auto backlight correction in webcam -


im developin as3 flash program use webcam.

the app gets bitmaps form , elaborates.

my problem in first 4-5 seconds webcam try correct backlight , image blurry.

there method disactivate this? if yes, how?

im getting wecam simple code:

cam = camera.getcamera(); cam.setquality(0, 80); cam.setmode(533, 400, 20); 

thank much!

flash has no control on this. , behaviour may different other cams.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -