I am using STM32H743 MCU . I have interfaced a video camera at 25Hz. I am not using any video compression and sending the video data over ethernet. I have developed a software to see raw video which is also working. Now I want to convert this camera to ONVIF conformant camera. How can I run two web servers for discovery and streaming on STM32H7? Is there a way to compress video in STM32H743?
I am doing the same, I have made web server which shows static webpage. But how do i stream video on that page through ethernet. What have you done specifically in the code to transmit video?? Please help its really urgent.
THANKS IN ADVANCE.
> But how do i stream video on that page through ethernet.
I am also searching the same thing. I have just divided the frame into packets and sent it on udp.
Can you show me the code in which u divided the frame into packets and sent it through udp?