2024-04-08 04:55 AM - last edited on 2024-10-28 07:18 AM by Mike_ST
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.
2024-04-09 05:39 AM
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.
2024-10-27 09:18 PM - last edited on 2024-10-28 07:18 AM by Mike_ST
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.
2024-10-29 08:48 AM
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.