BugerDread / esp32-mjpeg-ipcam

Turn ESP32-CAM into mjpeg IP camera
28 stars 8 forks source link

How much bandwidth does it consumes? #3

Open arthurborgesdev opened 3 years ago

arthurborgesdev commented 3 years ago

On your tests, using 800x600 10fps, what was the final bandwidth?

To estimate for 30 fps it is just three times greater or it is not proportional due to encoding?

BugerDread commented 3 years ago

Hallo, I can check this for you, not sure simply because I switched to https://github.com/BugerDread/esp32-cam which is forked from https://github.com/bkeevil/esp32-cam - I found the camera much more reliable using Espressif IDF instead of Arduino. But maybe the arduino and libraries got improved, I can give it a try and check the max FPS / bandwidth consumed for various resolutions, maybe I can compare results for Arduino based vs IDF based FW on the same HW...