GNOME Bugzilla – Bug 677722
PATCH: v4l2: Don't probe UVC devices for being interlaced
Last modified: 2012-06-11 09:23:23 UTC
Created attachment 215985 [details] [review] PATCH: v4l2: Don't probe UVC devices for being interlaced UVC devices are never interlaced, and doing VIDIOC_TRY_FMT on them causes expensive and slow USB IO, so don't probe them for interlaced. This shaves 2 seconds of the startup time of cheese with a Logitech Webcam Pro 9000.
commit a1e6ee9c17d0381485a06016efa1a56174b42a5a Author: Hans de Goede <hdegoede@redhat.com> Date: Fri Jun 8 20:38:34 2012 +0200 v4l2object: Don't probe UVC devices for being interlaced UVC devices are never interlaced, and doing VIDIOC_TRY_FMT on them causes expensive and slow USB IO, so don't probe them for interlaced. This shaves 2 seconds of the startup time of cheese with a Logitech Webcam Pro 9000. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677722