Handling with esp32-cam stream.
Posted: Thu Mar 05, 2020 3:46 pm
Hi!
Recently I wrote code, that streams video from OV2640 to esp32 webserver. I have done it like in example on github:
https://github.com/espressif/esp32-came ... /README.md. JPEG HTTP STREAM.
Now I'm trying to write app, that connects to esp32 and view this stream.
My question is what kind of format or media type is this stream? Is it just photos hosted one by one on blank website? Or is it some kind of format? I'm not into media formats at all, so I can't see any answer in code itself.
Recently I wrote code, that streams video from OV2640 to esp32 webserver. I have done it like in example on github:
https://github.com/espressif/esp32-came ... /README.md. JPEG HTTP STREAM.
Now I'm trying to write app, that connects to esp32 and view this stream.
My question is what kind of format or media type is this stream? Is it just photos hosted one by one on blank website? Or is it some kind of format? I'm not into media formats at all, so I can't see any answer in code itself.