[Bug 607342] patch that Add 2 news plugins jp462bayer and bayer2rgb2

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 31 02:23:25 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=607342
  GStreamer | gst-plugins-bad | git

--- Comment #19 from Florent Thiery <florent.thiery at ubicast.eu> 2011-05-31 09:23:22 UTC ---
Hi David,

120 fps, nice :)

Okay, so here's what we'll do now: finish bayer2rgb2 using the orced bilinear
implementation as minimum/default method.

As for your suggestion of integrating JP46 handling, there are 2 features which
make me think it's not a good idea:
  * first, it can resize (to multiples of the original resolution fast resizing
like for jpeg by using binning, /2 or /4)
  * second, it's multi-threaded

I think it would be messy to integrate these features into colorspace. It's
really quite dedicated to Elphel cameras.

As for integrating "bayer2rgb2" into colorspace, imo it would not make sense to
implement multiple debayering methods into colorspace, because it would mean
adding an API for choosing the method (which would make it less than generic).

Integrating only your orced bilinear method into colorspace would be nice, to
handle the video/x-raw-bayer input, but we'll leave this to you.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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