diff --git a/drivers/video/isx019.c b/drivers/video/isx019.c index bd3b18397a3..1da6d4bb840 100644 --- a/drivers/video/isx019.c +++ b/drivers/video/isx019.c @@ -1396,6 +1396,10 @@ static int isx019_init(FAR struct imgsensor_s *sensor) initialize_wbmode(priv); initialize_jpg_quality(priv); + /* Set initial gamma value for getting current value API. */ + + priv->gamma = 1000; + /* Because store_default_value() needs the clock ratio, * clock_ratio has to be calculated first. */