GNOME Bugzilla – Bug 742363
v4l2object: recognize and distinguish all bayer arrangements
Last modified: 2015-02-25 19:30:29 UTC
Created attachment 293799 [details] [review] [PATCH] v4l2object: recognize and distinguish all bayer arrangements Up to now, v4l2src recognized only "bggr" amongst the bayer arrangements. Recognize now also the "rggb", "gbrg" and "grbg" arrangements. see attached patch
This is of course an enhancement, but also actually a bug fix, because v4l2src claims to support bayer format, but recognizes only one of the four possible bayer arrangements (and not the one I need :)). This bug prevents the gstreamer pipe-line to start without real explanation :(
Agreed, I'll try and makes this review as soon as possible. Thanks for your work.
Review of attachment 293799 [details] [review]: commit 61a5e5af95717800fcdaedaebb5ba84f6c997d4b Author: Philippe De Muyter <phdm@macqel.be> Date: Thu Dec 11 16:13:15 2014 +0100 v4l2object: recognize and distinguish all bayer arrangements Up to now, v4l2src recognized only "bggr" amongst the bayer arrangements. Recognize now also the "rggb", "gbrg" and "grbg" arrangements. https://bugzilla.gnome.org/show_bug.cgi?id=742363