* gstreamer caps and v4l2
@ 2012-08-17 11:37 Gary Thomas
0 siblings, 0 replies; only message in thread
From: Gary Thomas @ 2012-08-17 11:37 UTC (permalink / raw)
To: linux-media
I know this is slightly off topic for this list, but I hope
someone here can help me. I have asked on the gstreamer list,
but it's quite often slow/unreliable.
I'm trying to capture video using v4l2src. The problem is
that my sensor only delivers bayer RGB and I can't figure
out what the caps should be to match. The Linux driver calls
the video mode SGRBG10
When I tried these caps
'video/x-raw-bayer,format=(string)grbg,width=2592,height=1944'
it failed with this assertion:
gst_v4l2src_fixate: assertion `G_VALUE_TYPE (v) == GST_TYPE_LIST' failed
So, I thought I might need a more general string:
'video/x-raw-bayer,format=(string){bggr,grbg,gbrg,rggb},width=2592,height=1944'
which now fails with:
gst_value_get_fourcc: assertion `GST_VALUE_HOLDS_FOURCC (value)' failed
Any ideas how I tell v4l2src the details of my sensor?
Thanks
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-17 11:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 11:37 gstreamer caps and v4l2 Gary Thomas
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.