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
Post a Comment