Menu

#1 autobrightness bug

open
nobody
None
5
2001-07-23
2001-07-23
Mike
No

setting autobrightness to 1 eventually gives repeated
errors: Variable "brightness" out of range (0->60000)
if the picture is very dark.

A good temp fix/patch is to add " || v4l_dev-
>vidpict.brightness >= 60000 "
to the if statement on line 620 of video_v4l.c

you will only get 1 error when the brightness tried to
exceed 60000.

-Mike

Discussion


Log in to post a comment.