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/ChangeLog | |
| 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/ChangeLog')
| -rw-r--r-- | v4l2-apps/libv4l/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog index 532421ed0..efdcda093 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -13,6 +13,7 @@ libv4l-0.5.98 * Various small bugfixes and tweaks * Add the capability to provide 320x240 to apps if the cam can only do 320x232 (some zc3xx cams) by adding black borders +* Add software auto gain / exposure libv4l-0.5.97 ------------- |
