<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi Nicolas, Tim,<br>
<br>
So, now that I have installed libv4l-devel (I already had the
runtime), should I just autogen and make the -good again?<br>
<br>
Remember, that I am only using the USB webcam because it is readily
available on my test/development machine. On my live machine, I use
a video camera which works fine for recording video.<br>
<br>
Ian<br>
<br>
<div class="moz-cite-prefix">On 20/02/2014 17:32, Nicolas Dufresne
wrote:<br>
</div>
<blockquote cite="mid:1392917541.13785.34.camel@mpb-nicolas"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="GENERATOR" content="GtkHTML/4.6.6">
Le jeudi 20 février 2014 à 16:20 +0000, Ian Davidson a écrit :<br>
<blockquote type="CITE"> I did not compile against libvideo4linux
because I did not know where to <br>
find it. The trace is below. If I need to download
libvideo4linux, <br>
I'll need a pointer as to where to find it.<br>
</blockquote>
<br>
On most distribution you'll need libv4l-devel or libv4l-dev. Or
you can build it from source:<br>
git://linuxtv.org/v4l-utils.git<br>
<br>
>From the trace the format you encounter is GRBG, a bayered
format that matches, V4L2_PIX_FMT_SGRBG8. It seems that these
formats are not defined in GStreamer v4l2 support, though
GStreamer has an element that may be able to convert that format,
bayer2rgb. One could add this format to v4l2object.c and test
against the converter to see if it's compatible, Patch would be
appreciated. Note that libv4l will do the software conversion to
more common formats. We don't know yet if HW specific color table
are required, or included in libv4l, hence the reason we did not
activate these formats.<br>
<br>
Nicolas<br>
</blockquote>
<br>
On 20/02/2014 14:37, Tim Müller wrote:
<br>
<br>
Note that you may need to compile v4l2src from -good against
<br>
libvideo4linux(-devel) in case the camera only offers formats that
are
<br>
not handled natively in GStreamer and that need converting.
</body>
</html>