drivers/video/isx019: Fix default ISO sensitivity
ISX019's ISO sensitivity is in auto adjustment mode by default. Then, default ISO sensitivity value should be auto adjusted value.
This commit is contained in:
parent
ae970a8ed3
commit
2b04210b16
@ -2020,7 +2020,7 @@ static int isx019_get_supported_value(FAR struct imgsensor_s *sensor,
|
|||||||
SET_DISCRETE(val->u.discrete,
|
SET_DISCRETE(val->u.discrete,
|
||||||
NR_ISO,
|
NR_ISO,
|
||||||
g_isx019_iso,
|
g_isx019_iso,
|
||||||
0);
|
def->iso);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IMGSENSOR_ID_ISO_SENSITIVITY_AUTO:
|
case IMGSENSOR_ID_ISO_SENSITIVITY_AUTO:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user