diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-19 14:50:14 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-05-01 12:13:56 +0200 |
commit | cecf2f690a16ad8a99d739f42b3bdb6745fafc07 (patch) | |
tree | 7c17c0346c8a6649197a53120362eeefe5cac76e /snapshot.c | |
parent | 0e6faa79f6fae04321abfbb4be30df7d732d5d7f (diff) |
iq: Add ae-delay and ae-interval parameters
The ae-delay parameter selects the number of frames to skip at stream
startup before running the auto exposure algorithm. The ae-interval
selects the number of frames between AE runs. This can be used to delay
AE when the sensor needs one or more frames to apply exposure and/or
gain values.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'snapshot.c')
-rw-r--r-- | snapshot.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -402,6 +402,8 @@ static void usage(const char *argv0) printf("-v, --view Enable viewfinder\n"); printf(" --aewb param=value Set AEWB algorithm parameter 'param' to 'value'\n"); printf("\nSupported AEWB parameters are:\n"); + printf("- ae-delay Number of frames to skip at stream start before enabling AE\n"); + printf("- ae-interval Number of frames between AE algorithm runs (>= 1)\n"); printf("- exposure-def Exposure time default value\n"); printf("- exposure-min Exposure time minimum value\n"); printf("- exposure-max Exposure time maximum value\n"); |