jeanlemotan / esp32-cam-fpv

esp32 cam digital low latency fpv
MIT License
292 stars 75 forks source link

What is the limiting factor in the current system? #3

Closed jtomes123 closed 2 years ago

jtomes123 commented 3 years ago

Hi, what is currently the limiting factor of the whole system? Is it the camera or the esp32 itself, would offloading image processing and acquisition to another board allow lower latency at higher resolutions?

diegovazquez commented 3 years ago

For what i know, the limiting factor is the hardware. Sensor and bandwidth.

More info: https://github.com/espressif/esp32-camera/issues/15

jeanlemotan commented 2 years ago

Indeed, the limiting factors are the sensor (it limits the max FPS achievable and the quality is not that great), sensor->esp32 i2s bandwidth (limits the max FPS and compression, limits the number of GPIO left for other things) and esp32 wifi bandwidth (this is a tradeoff between range, bandwidth and redundancy: you can usually choose one or two of these 3 variables, but you do have full freedom to choose what you want here).