Skip to main content
Visitor II
February 11, 2026
Solved

Live camera streaming using stm32h723vgt6

  • February 11, 2026
  • 2 replies
  • 248 views

Hello STM Community,

I am trying to achieve live camera streaming using STM32H723VGT6, but I am unable to get the result for USB_UVC, Ethernet, using esp32 wifi, if there is any help available, please share it. Also, do share any GitHub link if available.  
I am using the Weact mini STM32H723VGT6 board, and I have connected a camera module OV2640 to it.

I have referred to the GitHub link below, which is for the H743 controller, but it hasn't shown any expected results.


https://github.com/WeActStudio/MiniSTM32H7xx

 
Any guidance from ST engineers or Community members would be very helpful.
Thank you in advance.
Best answer by mƎALLEm

Hello,

Unfortunately this is not a ST board as well as the software solution even if it uses an STM32 MCU.

Better to request a support from its developers.

2 replies

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
February 26, 2026

Hello,

Unfortunately this is not a ST board as well as the software solution even if it uses an STM32 MCU.

Better to request a support from its developers.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Visitor
August 6, 2026

Interesting project! Since you're using the STM32H723VGT6 with an OV2640 camera, I'd suggest first verifying that the camera interface and frame capture are working correctly before moving on to USB UVC or network streaming. It may also help to check the clock configuration, DMA settings, and memory allocation, as these can affect video streaming performance. Hopefully, someone in the community who has worked on a similar setup can share an example or GitHub repository. Good luck with your project!