cancel
Showing results for 
Search instead for 
Did you mean: 

STM32N6570-DK – MIPI CSI Camera Interface & UDP Ethernet Streaming ?

Selvarasu_K
Associate II

I am currently working on the STM32N6570-DK board and need support for MIPI camera interfacing using CSI (not USB).

Requirement

  • Interface a MIPI camera using CSI
  • Read camera data
  • Encode the data
  • Send it to a PC via Ethernet using UDP streaming

Support Needed

  • How to configure and enable CSI (MIPI camera interface)
  • Any reference examples/projects for camera bring-up
  • Guidance on reading camera data from CSI
  • Any examples for encoding + Ethernet (UDP) streaming

Kindly provide any documentation or example projects that can help achieve this.

1 REPLY 1
STackPointer64
ST Employee

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,

To improve visibility of answered topics, please click 'Accept as Solution' on the reply that resolved your issue or answered your question.