Bayer RGB: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (Bayer 8bit moved to Bayer RGB: current literature (like V4L2 spec) already describes this as Bayer RGB)
(add patch url)
Line 1: Line 1:
* FourCCs: BA81, BYR1
* FourCCs: BA81, BYR1
* Description: http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html#V4L2-PIX-FMT-SBGGR8
* Description: http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html#V4L2-PIX-FMT-SBGGR8
* rejected MPlayer patch: http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2008-March/056719.html


Bayer RGB is a pixel format that reflects the layout of sensors in a CCD device - 1 red, 2 green, and 1 blue in a 2x2 sensor grid.
Bayer RGB is a pixel format that reflects the layout of sensors in a CCD device - 1 red, 2 green, and 1 blue in a 2x2 sensor grid.

Revision as of 16:48, 31 January 2013

Bayer RGB is a pixel format that reflects the layout of sensors in a CCD device - 1 red, 2 green, and 1 blue in a 2x2 sensor grid.