rodrick
rodrick

Reputation: 87

AS3 Flash webcam snapshot reduce motion blur?

i have a photo snapping app built in flash. I notice that any movement results in a lot of motion blur.. which makes the photos kind of turd.

Is there a way to digital reduce the blur? potential camera setting in actionscript??

Upvotes: 0

Views: 903

Answers (2)

Igor Milla
Igor Milla

Reputation: 2786

In my code, i stopping streaming from camera object, and working with the last picture which left there. Hope this point you to the right direction. If not i will try to provide you with some code

Upvotes: 0

longstaff
longstaff

Reputation: 2051

Basically to get the shot less blurry you have to reduce the exposure time, so you should set the FPS higher (i believe 30 is the max) and might have to turn the quality down to get the capture quick enough. experiment with the values. have a look Here and see if it helps.

Upvotes: 1

Related Questions