Skip to main content
hemant_ast
Associate II
April 8, 2024
Question

DCMI example to live video streaming over HTTP server.

  • April 8, 2024
  • 2 replies
  • 1558 views

hii everyone i am working on stm32h747i-disco board. my task is to live vedio streaming over HTTP server. I have Bcam-OVS camera module and i also flash webcam code based on USB communication  in board which is given by stm. 

if any one have idea how to do this please suggest. 

2 replies

KDJEM.1
Technical Moderator
April 9, 2024

Hello @hemant_ast and welcome to the community :),

I think the Nx_HTTP_SSE_wifi example in X-CUBE-AZRTOS-H7 package: X-CUBE-AZRTOS-H7_V3.2.0\Projects\STM32H747I DISCO\Applications\Nx_HTTP_SSE_wifi may help.

For that I advise you to take a look at  USB_Webcam application in FP-AI-VISION1 package and at Nx_HTTP_SSE_wifi and get inspired to configure your project.

I hope this help you!

Kaouthar

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.
hemant_ast
Associate II
October 28, 2024

hello @KDJEM.1 thanks for replying but i want to stream MJPEG over Browser using http server protocol. I successfully setup all the things(like camera, dcmi,http server etc). I start transmitting data over webserver using SSI handler but the issue i am facing is data limitation. I unable to transmit a complete line of a single frame. I did't get any idea or any documentation which can help.

KDJEM.1
Technical Moderator
October 29, 2024

Hi @hemant_ast ,

 

Could you please create a new thread for data limitation issue with dedicate description (cache enabled or disabled, MPU configuration.....)

 

Thank you for your contribution in STCommunity.

Kaouthar  

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.