RomanLut / hx-esp32-cam-fpv

esp32 cam digital low latency fpv
MIT License
56 stars 9 forks source link

ov5640 vertical flip support #11

Open RomanLut opened 1 month ago

RomanLut commented 1 month ago

Currently vertical flip is disabled on ov5640 camera because enabling vertical flip drops framerate by half.

In particular, enabling ISP flip bit in reg20 0x4 drops framerate.

Can it be resolved somehow?