[gstreamer-bugs] [Bug 545033] [v4l2src] Add support for camera specific formats

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jul 29 23:53:16 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=545033

  GStreamer | gst-plugins-good | Ver: 0.10.8




------- Comment #6 from Jan Schmidt  2008-07-30 06:53 UTC -------
(In reply to comment #5)
> (In reply to comment #3)
> > v4l2src currently builds on newer OpenSolaris releases, it'd be nice if that
> > continues working. How portable is libv4l?
> > 
> 
> The base code should be pretty portable but libv4l was not designed / written
> with portability in mind, on the contrary in several occasions I've done things
> which I knew to be Linux specific, and I thought those were ok as well v4l
> sounds rather Linux specific to begin with.
> 
> So there are several issues I can think of from my head:
> 1) It needs linux/videodev.h and linux/videodev2.h, but I guess that if
>    opensolaris has some kind of v4l2 interface it may have these.
> 

It has videodev2.h, but I guess they didn't want to introduce a
/usr/include/linux subdir - so videodev2.h is found in /usr/include/sys.

At the moment, Solaris only supports usbvc camera devices, and I've only seen
UYVY and JPEG output, neither of which are 'camera specific'

I think we definitely want to keep the #ifdef code paths and not add a hard
dependency on libv4l.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=545033.




More information about the Gstreamer-bugs mailing list