diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-05-20 07:23:00 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-05-20 07:23:00 +0200 |
commit | 34a210b573f9c8ff8f07077f239be95d9d9248c5 (patch) | |
tree | d7a5f1bd73afbaa0a7a8ef7d2de10a03c6c5265e /v4l2-apps/libv4l/TODO | |
parent | a077e421fe63a7102f6bbaa7057df7690e239cf6 (diff) | |
download | mediapointer-dvb-s2-34a210b573f9c8ff8f07077f239be95d9d9248c5.tar.gz mediapointer-dvb-s2-34a210b573f9c8ff8f07077f239be95d9d9248c5.tar.bz2 |
libv4l: add fake controls controlling the software h- and v-flipping
From: Hans de Goede <hdegoede@redhat.com>
When we need to go through the fake mmap buffer anyways, we can add
fake controls at no cost. So in the case of webcams which only
support non standard pixformats, export fake flipping controls, as this
can be done at no (performace) cost (until the user activates them).
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/v4l2-apps/libv4l/TODO b/v4l2-apps/libv4l/TODO index 94c40b84e..b676bfeb5 100644 --- a/v4l2-apps/libv4l/TODO +++ b/v4l2-apps/libv4l/TODO @@ -13,9 +13,6 @@ -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 |