GNOME Bugzilla – Bug 665108
PATCH: dc1394 source add fomat7 colorcoding _RAW8 & _RAW16
Last modified: 2018-11-03 13:09:39 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
It seems as though RAW8 support was added in the meantime. Can you update your patch for current gstreamer ? Thanks
-- 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.