cancel
Showing results for 
Search instead for 
Did you mean: 

MIPI Camera on STM32N6

Danilo Frigerio
Associate II

Hi everyone,

I'm working on a project with an AR0144 image sensor connected to CSI2. (STM32N6)
I have a question: if I use PIPE0 without any ISP processing of ROW10 data from the sensor to memory, do I still need to use ISP?
Do I need to initialize it? ISP_Init(...)

Thanks,

Danilo

 

1 REPLY 1
ELABI.1
ST Employee

Hi @Danilo Frigerio,

If you use PIPE0, there is no need to use or initialize the ISP pipeline because Pipe0 can only perform data dumping without any post-processing (It is only used to dump the stream received from the sensor as is). The ISP pipeline is exclusively used with PIPE1 and PIPE2 to perform image processing tasks.

You can refer to Application Note AN6211, specifically section 5.1 Configuration for RGB sensors

ELABI1_0-1764149044694.pngELABI1_1-1764149051339.png

and also consult the Reference Manual RM0486, specifically section 39 Digital camera interface pixel pipeline (DCMIPP)

ELABI1_2-1764149076535.png

where the pipelines are described in detail.

Thanks.

ELABI.1

 

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.