Dear @athern27,
STM32N6 embedde a new camera pipeline called DCMIPP.
the DCMIPP embedded an ISP to support Rawbayer sensor such as the IMX335.
That's why the IMX335 driver output a RAW10 pixel format that need then to be converted using the ISP of th...
Hi @Ibnu ,
IMX519 is a RAW10 camera, meaning that ISP of the STM32N6 camera pipeline need to be used.
So connecting one of the 4 modules directly to the STM32N6 will work but only a maximum of 4Mpix will be used.
16Mpix / 4 (decimation factor) = 4Mpi...
Hi @Ibnu,
Rpi Camera ecosystem is compatible with STM32N6 in term of interface (CSI2+ ribbon 22 pins).
But keep in mind that the camera pipeline of the N6 is limited in term of number of MPix supported:
Raw bayer sensor: STM32N6 ISP camera pipeline s...
Hi @Akash ,
The X-LINUX-ISP is now available. It provides image quality feature using the ISP of the STM32MP25.
https://www.st.com/en/development-tools/stm32-isp-iqtune.html
https://wiki.st.com/stm32mpu/wiki/Category:X-LINUX-ISP_expansion_package
htt...
Hi @meme002,
Yes to good way to develop application is to used the OpenSTLinux SDK with the X-LINUX-AI SDK addons.
This will allow you to build your application againt ONNX runtime API.
BR
Vincent