From: Kyle Guinn <elyk03@gmail.com>
To: moinejf@free.fr
Cc: linux-media@vger.kernel.org, mchehab@infradead.org
Subject: [PATCH 1/2] Add Mars-Semi MR97310A format
Date: Wed, 14 Jan 2009 20:59:34 -0600 [thread overview]
Message-ID: <200901142059.34943.elyk03@gmail.com> (raw)
# HG changeset patch
# User Kyle Guinn <elyk03@gmail.com>
# Date 1231822560 21600
# Node ID 1bf7a4403e5f1cd10f12a69a9d9239f1bf4a58b6
# Parent b09b5128742f75bb0ce4375b23feac6c5f560aec
Add Mars-Semi MR97310A format
From: Kyle Guinn <elyk03@gmail.com>
Add a pixel format for the Mars-Semi MR97310A webcam controller.
The MR97310A is a dual-mode webcam controller that provides compressed BGGR
Bayer frames. The decompression algorithm for still images is the same as for
video, and is currently implemented in libgphoto2.
Priority: normal
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h
--- a/linux/include/linux/videodev2.h
+++ b/linux/include/linux/videodev2.h
@@ -344,6 +344,7 @@
#define V4L2_PIX_FMT_SPCA508 v4l2_fourcc('S', '5', '0', '8') /* YUVY per line */
#define V4L2_PIX_FMT_SPCA561 v4l2_fourcc('S', '5', '6', '1') /* compressed GBRG bayer */
#define V4L2_PIX_FMT_PAC207 v4l2_fourcc('P', '2', '0', '7') /* compressed BGGR bayer */
+#define V4L2_PIX_FMT_MR97310A v4l2_fourcc('M', '3', '1', '0') /* compressed BGGR bayer */
#define V4L2_PIX_FMT_PJPG v4l2_fourcc('P', 'J', 'P', 'G') /* Pixart 73xx JPEG */
#define V4L2_PIX_FMT_YVYU v4l2_fourcc('Y', 'V', 'Y', 'U') /* 16 YVU 4:2:2 */
next reply other threads:[~2009-01-15 2:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-15 2:59 Kyle Guinn [this message]
2009-01-15 11:49 ` [PATCH 1/2] Add Mars-Semi MR97310A format Jean-Francois Moine
2009-01-16 1:20 ` Kyle Guinn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200901142059.34943.elyk03@gmail.com \
--to=elyk03@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=moinejf@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.