Hello MediaTek support,
Since the ISP is not yet available for the Genio 520 in IoT Yocto, is there a software ISP solution you could recommend? Also, do you have any suggestions on how to integrate a soft ISP into IoT Yocto?
Thank you,
David
Hello MediaTek support,
Since the ISP is not yet available for the Genio 520 in IoT Yocto, is there a software ISP solution you could recommend? Also, do you have any suggestions on how to integrate a soft ISP into IoT Yocto?
Thank you,
David
Hi @David_Downey ,
Currently, there is no out-of-the-box software ISP solution available for IoT Yocto.
However, we recommend exploring Libcamera to integrate a software ISP. We have already implemented support for YUV cameras within Libcamera, and you can find the relevant patches in our repository: dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera. These patches can serve as a reference for your RAW camera and software ISP integration
Please note that the RAW output (pure dump) on the Genio 520 platform uses a proprietary MediaTek format that may require an additional decoding step. Refer to RAW Sensor (V4L2 Sensor) — IoT Yocto documentation for more details.
Thanks.