mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user