
PHYTEC Messtechnik GmbH
© PHYTEC Messtechnik GmbH 2015
10 / 10
Support Hotline Europe:: +49 (6131) 9221-31 •
http://www.phytec.de
Support Hotline North America: 1-800-278-9913 •
http://www.phytec.com
7
De-Bayering (demosaicking) with NEON CoProcessor
Most of CMOS color chips provide the image in the bayer mosaicing (bayer raw) format. For get a color image in RGB format is it necessary to convert the bayer raw
image.
-
https://en.wikipedia.org/wiki/Bayer_filter
-
https://de.wikipedia.org/wiki/Bayer-Sensor
There are exist different algorithm for converting.
-
https://en.wikipedia.org/wiki/Demosaicing
If the microprocessor does not include debayering hardware, have to do the converting via software. For this you need additional processing power and the
framerate goes down. It is better to use the NEON coprocessor of the i.MX6. For this support PHYTEC a special function.
It is present as GStreamer plugin "bayer2rgbneon" and in sources for use in an own C-program. We support a simple bilinear algorithm.
For use in GStreamer take "bayer2rgbneon" plugin. For more information to " bayer2rgbneon" parameters type:
- gst-inspect-1.0 bayer2rgbneon