V4L/DVB (8720): gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for some webcams.

This patch adds a V4L2_CAP_SENSOR_UPSIDE_DOWN flag to the capabilities flags,
and sets this flag for the Philips SPC200NC cam (which has its sensor installed
upside down). The same flag is also needed and added for the Philips SPC300NC.

Together with a patch to libv4l which adds flipping the image in software this
fixes the upside down display with the SPC200NC cam.

Signed-of-by: Hans de Goede <j.w.r.degoede@hhs.nl>

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans de Goede
2008-09-03 16:48:16 -03:00
committed by Mauro Carvalho Chehab
parent f9b4a377dc
commit 89a44b8a69
4 changed files with 30 additions and 12 deletions

View File

@@ -261,6 +261,11 @@ struct v4l2_capability {
#define V4L2_CAP_ASYNCIO 0x02000000 /* async I/O */
#define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */
/* This flags gets set if the "sensor" is known to be upside down and this can
*not* be fixed using v4l2 flipx/y controls. Note that absence of this flag
is not a guarantee for the image not being upside down. */
#define V4L2_CAP_SENSOR_UPSIDE_DOWN 0x10000000
/*
* V I D E O I M A G E F O R M A T
*/