libv4l: add software autogain / exposure
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>
Mon, 25 May 2009 13:25:15 +0000 (15:25 +0200)
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>
Mon, 25 May 2009 13:25:15 +0000 (15:25 +0200)
commit9924d79f4d364bef5dfaeab8ac125149fe1d8713
treef0c121f053203d526eb7ccb786f024e491022b7e
parentaf3b5a8c74ecef7987842849fe8830e2c110ac3e
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>
lib/ChangeLog
lib/TODO
lib/libv4lconvert/Makefile
lib/libv4lconvert/control/libv4lcontrol.c
lib/libv4lconvert/control/libv4lcontrol.h
lib/libv4lconvert/libv4lconvert.c
lib/libv4lconvert/processing/autogain.c [new file with mode: 0644]
lib/libv4lconvert/processing/libv4lprocessing-priv.h
lib/libv4lconvert/processing/libv4lprocessing.c
lib/libv4lconvert/processing/libv4lprocessing.h