[Bug 785156] v4l2src: May takes a lot of time to start with certain USB UVC cameras

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 20 02:46:43 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=785156

--- Comment #6 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Created attachment 355997
  --> https://bugzilla.gnome.org/attachment.cgi?id=355997&action=edit
v4l2object: Introduce quirk to skip slow probes

skip_try_fmt_probes quirk is set, V4L2 object will not probe for
interlace-mode and colorimetry to avoid relying on try_fmt. This quirk
will be used by v4l2src to avoid desastrous startup time with slow
USB webcams.

When this quirk is enabled, caller will have to iterate over the
negotiated caps as it may contains unsupported formats. If the peer
didn't choose a specific interlace-mode, or colorimetry, the value
chosen by the driver is set into the caps. For this reason, when this
mode is enabled, gst_v4l2_object_set_format() will require writable
caps.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list