summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-apps/libv4l/TODO')
-rw-r--r--v4l2-apps/libv4l/TODO14
1 files changed, 11 insertions, 3 deletions
diff --git a/v4l2-apps/libv4l/TODO b/v4l2-apps/libv4l/TODO
index f1aac5a95..94c40b84e 100644
--- a/v4l2-apps/libv4l/TODO
+++ b/v4l2-apps/libv4l/TODO
@@ -10,11 +10,19 @@
-take the possibility of pitch != width into account everywhere
--only report faked formats in list formats and only allow setting fake
- formats when processing or flipping.
-
-make updating of parameters happen based on time elapsed rather then
frames
-add fake flip controls on devices where we are already limiting the
formats which can be set
+
+-add reverse cropping (adding black borders) to get from 320x232 ->
+ 320x240, for zc3xx webcams with a broken (last row of jpeg blocks missing)
+ 320x240 mode
+
+-add software auto exposure (for spca561 cams)
+
+-change video processing to use a per component lookup table for easy combining of
+ of different effects in 1 pass
+
+-add gamma correction video processing