diff options
| author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-05-25 15:25:15 +0200 |
|---|---|---|
| committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-05-25 15:25:15 +0200 |
| commit | 51949cfaadebd8e341fed1e85eca683dd40195d2 (patch) | |
| tree | a073bed97a4704eb6f73c2c0e54399f30f35e93d /v4l2-apps/libv4l/TODO | |
| parent | b152107391374bfc61ea21d1731fd349352bedf2 (diff) | |
| download | mediapointer-dvb-s2-51949cfaadebd8e341fed1e85eca683dd40195d2.tar.gz mediapointer-dvb-s2-51949cfaadebd8e341fed1e85eca683dd40195d2.tar.bz2 | |
libv4l: add software autogain / exposure
From: Hans de Goede <hdegoede@redhat.com>
Add software autogain / exposure, for camera's which have gain and
exposure controls but do not contain the ability to calculate the average
lumination in hardware (which is needed to do this in the kernel). This
patch enables this for the spca561 rev12a, but it should be usefull for
other cameras too.
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/TODO')
| -rw-r--r-- | v4l2-apps/libv4l/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l2-apps/libv4l/TODO b/v4l2-apps/libv4l/TODO index f4abad05d..e4ea436a3 100644 --- a/v4l2-apps/libv4l/TODO +++ b/v4l2-apps/libv4l/TODO @@ -13,6 +13,6 @@ frames --add software auto exposure (for spca561 cams) - -add gamma correction video processing + +-get standardized CID for AUTOGAIN_TARGET upstream and switch to that |
