2026-04-10 12:16 AM - last edited on 2026-04-10 12:49 AM by Andrew Neil
I am currently working on the STM32N6570-DK board and need support for MIPI camera interfacing using CSI (not USB).
Kindly provide any documentation or example projects that can help achieve this.
2026-04-10 6:46 AM - edited 2026-04-10 7:05 AM
Hello @Selvarasu_K, and welcome to ST Community!
Have you had the chance to go through these examples in our GitHub repository? One of them is an application that streams over RTSP. Although RTSP is a TCP-based protocol, you can get a general idea of how the entire application is configured, from data acquisition through the camera interface to encoding and streaming over Ethernet. Additionally, I suggest that you also look at the DCMIPP examples to understand how the IP is used as a Camera Serial Interface.
Best regards,