[Bug 665108] New: PATCH: dc1394 source add fomat7 colorcoding _RAW8 & _RAW16

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 29 00:15:01 PST 2011


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

           Summary: PATCH: dc1394 source add fomat7 colorcoding _RAW8 &
                    _RAW16
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sschulz at techfak.uni-bielefeld.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=202352)
 View: https://bugzilla.gnome.org/attachment.cgi?id=202352
 Review: https://bugzilla.gnome.org/review?bug=665108&attachment=202352

patch to add colorcoding

Hi!

I already sent this patch to the mailinglist but i was told to post it here as
well.

I attached a patch to add colorcoding
DC1394_COLOR_CODING_RAW8
and
DC1394_COLOR_CODING_RAW16
to the dc1394 source plugin.

This is useful if you want to grab in raw mode from a firewire cam and do the
bayer2rgb conversion on the host (saves firewire bandwidth -> more fps).

Example pipeline (ptgrey firefly mv 13S2C):
gst-launch-0.10  -v dc1394src !  video/x-raw-bayer, vmode=89, width=664,
height=524, format=rggb, framerate=60/1,rate=60  !  queue ! bayer2rgb  !
ffmpegcolorspace ! xvimagesink

- Simon

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