2016-09-28 01:04 AM
Hi! I am working on the project, when I must translate live video from camera(OV7670) to PC via Ethernet. I am using STM32F4 Discovery board. I sucsessfully connect camera to Discovery via DCMI interface. From the other hand I an configurate a small HTTP server. Now I must retranslate this video stream to PC via Ethernet. How can I do that? Can somebody give me some example of code, pls. Thanks.
P. S. Sorry for my bed english. #stm32 #ethernet #lwip2016-09-28 07:32 AM
example code for transcoding video can give you the open source ffmpeg project. But it may be a too heavy task for an STM32 to be done in realtime.
STemWIN offers Support for VNC. Maybe an option for you.
Best regards,
Markus.