cancel
Showing results for 
Search instead for 
Did you mean: 

STM32N6 Camera Module

Ibnu
Associate

Hello, I just started in stm32 system, I want to ask for stm32N6 series can use other camera module? such as camera product from Arducam where the product is made for raspberrypi system
which uses CSI-2 interface, here product link : https://www.arducam.com/product/64mp-quad-camera-kit/

Thankyou

1 ACCEPTED SOLUTION

Accepted Solutions
Julian E.
ST Employee

Hello @Ibnu ,

 

Here is what you can read on the N6 production description page:

"A dedicated computer vision pipeline with a MIPI CSI-2 interface and image signal processing (ISP) ensures compatibility with a wide range of cameras. The STM32N6 also features an H264 hardware encoder and the NeoChrom™ Accelerator for graphics, making it suitable for feature-rich products."

STM32N6 series - STMicroelectronics

 

I am not a specialist regarding hardware. You can ask confirmation on this forum board if you want:

https://community.st.com/t5/stm32-mcus-boards-and-hardware/bd-p/mcu-boards-hardware-tools-forum 

 

Have a good day,

Julian

 


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
Julian E.
ST Employee

Hello @Ibnu ,

 

Here is what you can read on the N6 production description page:

"A dedicated computer vision pipeline with a MIPI CSI-2 interface and image signal processing (ISP) ensures compatibility with a wide range of cameras. The STM32N6 also features an H264 hardware encoder and the NeoChrom™ Accelerator for graphics, making it suitable for feature-rich products."

STM32N6 series - STMicroelectronics

 

I am not a specialist regarding hardware. You can ask confirmation on this forum board if you want:

https://community.st.com/t5/stm32-mcus-boards-and-hardware/bd-p/mcu-boards-hardware-tools-forum 

 

Have a good day,

Julian

 


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Ibnu
Associate

Hello @Julian E. 
Thanks for the answer, this makes an additional reference for me regarding stm32n series compatibility..

Regards 
Ibnu

VABRI
ST Employee

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 support a 5Mpix after decimation (factor of 1, 2, 4 or 8) meaning that a maximum of a 40Mpix Raw bayer  sensor can be connected to the STM32N6 (40Mpx / 8 = 5Mpix)  
  • YUV/RGB sensor: STM32N6 can capture more than 5Mpix by only dumping sensor output using the dump pipeline of the STM32N6 camera pipeline (but never experienced). An average of 150Mpix/s is supported by the dump pipeline. Nevertheless 65MPix is certainly to much for the N6. 

BR

Vincent


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.