[gstreamer-bugs] [Bug 616814] New: Photography interface extension

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Apr 25 20:15:12 PDT 2010


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

           Summary: Photography interface extension
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: learn.hu at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=159566)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=159566)
Patch file for the photography extenstion

Current gstreamer photography interface supports a limited image effects
setting. Some features such as noise reduction, some colur effects are
available in some digital camera device and will be supported by the ISP on
Intel Atom platforms. These featue doesn't support by photography interface. 
The patch in the attachment will extend following two features.

1. extend the “GstColourToneMode “ structure to support sky blue, grass green,
skin whiten, emboss image effect and sketch image effect in the photography
interface when do the image capture through gstreamer.
The color effects are listed as in below, we are proposing to extend
“GstColourToneMode” to support them.
GST_PHOTOGRAPHY_COLOUR_TONE_MODE_SKY_BLUE: make sky looks more blue
GST_PHOTOGRAPHY_COLOUR_TONE_MODE_GRASS_GREEN : make grass looks more green
GST_PHOTOGRAPHY_COLOUR_TONE_MODE_SKIN_ WHITEN: make skin looks more whiten.
GST_PHOTOGRAPHY_COLOUR_TONE_MODE_ EMBOSS: emboss image effect
GST_PHOTOGRAPHY_COLOUR_TONE_MODE_ SKETECH: sketch image effect

2. support the noise reduction setting in the photography interface. 
We are proposing to add an entry “nr_mode” to GstPhotoSettings to support the
following noise reduction setting.
#define GST_PHOTOGRAPHY_BAYER_NR_MODE    1<< 0
#define GST_PHOTOGRAPHY_YCC_NR_MODE    1<< 1
#define GST_PHOTOGRAPHY_TEMPORAL_NR_MODE    1<< 2
#define GST_PHOTOGRAPHY_FPN_NR_MODE    1<< 3
#define GST_PHOTOGRAPHY_EXTRA_NR_MODE    1<< 4

-- 
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