All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Johan Hedlund <johan.hedlund@enea.com>
Cc: video4linux-list@redhat.com,
	Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Subject: Re: V4L2_PIX_FMT_SBGGR16 not in kernel
Date: Thu, 24 Apr 2008 13:33:57 -0300	[thread overview]
Message-ID: <20080424133357.7b003f74@gaivota> (raw)
In-Reply-To: <1209047735.9435.8.camel@ThePenguin>

On Thu, 24 Apr 2008 16:35:35 +0200
Johan Hedlund <johan.hedlund@enea.com> wrote:

> I am developing my own capture drivers for our own developed hardware
> based on a driver that does not exist in mainline. This driver used a
> uyuv format, but since we want to use the raw bayer format with 10-bit
> color resolution I need to change the format.

> > > I am interested in using the format V4L2_PIX_FMT_SBGGR16 'BA82'

A format with this name will be added, but the fourcc code that Guennadi used
is different from yours. Not sure what would be the proper one.

This is what's currently defined:

#define V4L2_PIX_FMT_SBGGR8  v4l2_fourcc('B','A','8','1') /*  8  BGBG.. GRGR.. */
#define V4L2_PIX_FMT_SBGGR16 v4l2_fourcc('B','Y','R','2') /* 16  BGBG.. GRGR.. */


Cheers,
Mauro

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

  parent reply	other threads:[~2008-04-24 16:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-24 14:12 V4L2_PIX_FMT_SBGGR16 not in kernel Johan Hedlund
2008-04-24 14:31 ` Mauro Carvalho Chehab
2008-04-24 14:35   ` Johan Hedlund
2008-04-24 14:15     ` Steven Whitehouse
2008-04-24 14:44       ` Mauro Carvalho Chehab
2008-04-24 14:38         ` Steven Whitehouse
2008-04-24 16:29           ` Mauro Carvalho Chehab
2008-04-24 17:22           ` Guennadi Liakhovetski
2008-04-24 16:33     ` Mauro Carvalho Chehab [this message]
2008-04-24 17:25       ` Guennadi Liakhovetski
2008-04-24 17:55         ` Mauro Carvalho Chehab

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=20080424133357.7b003f74@gaivota \
    --to=mchehab@infradead.org \
    --cc=g.liakhovetski@gmx.de \
    --cc=johan.hedlund@enea.com \
    --cc=video4linux-list@redhat.com \
    /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.