cancel
Showing results for 
Search instead for 
Did you mean: 

DCMI example to live video streaming over HTTP server.

hemant_ast
Associate

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. 

3 REPLIES 3
KDJEM.1
ST Employee

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.

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
ST Employee

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.