From: Rodolfo Giometti <giometti@enneenne.com>
To: Guennadi Liakhovetski <kernel@pengutronix.de>
Cc: linux-media@vger.kernel.org
Subject: PXA camera and Planar YUV422 16 bit camera
Date: Wed, 17 Mar 2010 00:06:45 +0100 [thread overview]
Message-ID: <20100316230645.GA26770@enneenne.com> (raw)
Hello,
I'm puzzled to know if the pxa_camera driver can manage a data depth
different from 8 bits.
I'm currently trying to add a camera interface support to my PXA270
based board with an adv7180 as soc camera device.
For the adv7180 I defined:
static const struct soc_camera_data_format adv7180_colour_formats[] =
{
{
.name = "Planar YUV422 16 bit",
.depth = 16,
.fourcc = V4L2_PIX_FMT_YUV422P,
.colorspace = V4L2_COLORSPACE_JPEG,
}
};
but this is rejected by the pxa_camera driver buswidth_supported().
On the other hands if I set .depth = 8 in above struct I get the
following:
debian:~# gst-launch v4l2src ! video/x-raw-yuv,width=320,height=240 !
filesink location=/tmp/video.raw
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
WARNING: from element /pipeline0/v4l2src0: Could not get parameters on
device '/dev/video0'
Additional debug info:
v4l2src_calls.c(1172): gst_v4l2src_set_capture ():
/pipeline0/v4l2src0:
system error: Invalid argument
Setting pipeline to PLAYING ...
New clock: GstSystemClock
WARNING: from element /pipeline0/v4l2src0: Got unexpected frame size
of 76800 instead of 153600.
Additional debug info:
gstv4l2src.c(1077): gst_v4l2src_get_mmap (): /pipeline0/v4l2src0
WARNING: from element /pipeline0/v4l2src0: Got unexpected frame size
of 76800 instead of 153600.
That is the pax_camera device returns 8bits per pixel instead of 16...
Can you please help me in finding what's wrong? :'(
Thanks in advance,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti@enneenne.com
Linux Device Driver giometti@linux.it
Embedded Systems phone: +39 349 2432127
UNIX programming skype: rodolfo.giometti
Freelance ICT Italia - Consulente ICT Italia - www.consulenti-ict.it
next reply other threads:[~2010-03-16 23:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-16 23:06 Rodolfo Giometti [this message]
2010-03-22 11:59 ` PXA camera and Planar YUV422 16 bit camera Guennadi Liakhovetski
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=20100316230645.GA26770@enneenne.com \
--to=giometti@enneenne.com \
--cc=kernel@pengutronix.de \
--cc=linux-media@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox