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