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:
SPRESENSE 2024-01-22 19:03:20 +09:00 committed by Alin Jerpelea
parent ae970a8ed3
commit 2b04210b16
1 changed files with 1 additions and 1 deletions

View File

@ -2020,7 +2020,7 @@ static int isx019_get_supported_value(FAR struct imgsensor_s *sensor,
SET_DISCRETE(val->u.discrete,
NR_ISO,
g_isx019_iso,
0);
def->iso);
break;
case IMGSENSOR_ID_ISO_SENSITIVITY_AUTO: