dc1394 source add fomat7 colorcoding _RAW8 & _RAW16
Submitted by Simon
Link to original bug (#665108)
Description
Created 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
Patch 202352, "patch to add colorcoding":
mode7_colorcoding_raw8.diff