drivers/video/isx019: Fix maximum value of exposure time
Modify maximum value of exposure time from 102000 to 2740 according to hardware specification.
This commit is contained in:
parent
dc82022769
commit
76e91a69f7
@ -77,7 +77,7 @@
|
||||
#define STEP_AE (1)
|
||||
|
||||
#define MIN_EXPOSURETIME (1)
|
||||
#define MAX_EXPOSURETIME (102000)
|
||||
#define MAX_EXPOSURETIME (2740)
|
||||
#define STEP_EXPOSURETIME (1)
|
||||
|
||||
#define MIN_WBMODE (0)
|
||||
|
Loading…
Reference in New Issue
Block a user