Jump to content

FPGA Image Signal Processor/GStreamer Pipelines/Debayer: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 7: Line 7:
-->
-->


=Overview=
__TOC__
 
==Overview==


FPGA-ISP Debayer accelerator currently supports RAW8 formats: ''bggr, rggb, grbg, gbrg''. If you have a camera with V4L2 support and it delivers the data in Bayer RAW8 format, this accelerator is suitable to perform the picture demosaicing. In this page, there are some GStreamer pipelines that you can use for testing the accelerator and tentatively, use in your application.
FPGA-ISP Debayer accelerator currently supports RAW8 formats: ''bggr, rggb, grbg, gbrg''. If you have a camera with V4L2 support and it delivers the data in Bayer RAW8 format, this accelerator is suitable to perform the picture demosaicing. In this page, there are some GStreamer pipelines that you can use for testing the accelerator and tentatively, use in your application.


=GStreamer Pipelines=
==GStreamer Pipelines==


==With a videotestsrc==
===With a videotestsrc===


The <code>rgb2bayer</code> element is capable to deliver RAW8 samples in order to test the FPGA-ISP debayer accelerator. Also, it is possible to visualize the results through a videosink, given that the output image is in ARGB format.
The <code>rgb2bayer</code> element is capable to deliver RAW8 samples in order to test the FPGA-ISP debayer accelerator. Also, it is possible to visualize the results through a videosink, given that the output image is in ARGB format.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.