After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 665108 - PATCH: dc1394 source add fomat7 colorcoding _RAW8 & _RAW16
PATCH: dc1394 source add fomat7 colorcoding _RAW8 & _RAW16
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-29 08:14 UTC by Simon
Modified: 2018-11-03 13:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add colorcoding (970 bytes, patch)
2011-11-29 08:14 UTC, Simon
none Details | Review

Description Simon 2011-11-29 08:14:54 UTC
Created attachment 202352 [details] [review]
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
Comment 1 Edward Hervey 2018-05-05 14:48:30 UTC
It seems as though RAW8 support was added in the meantime. Can you update your patch for current gstreamer ? Thanks
Comment 2 GStreamer system administrator 2018-11-03 13:09:39 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/52.