eloquentarduino / EloquentEsp32cam

Use your Esp32-cam like an expert
GNU General Public License v3.0
98 stars 17 forks source link

Rotate & Flip #25

Closed pacmac closed 3 months ago

pacmac commented 5 months ago

Not a bug but a question.

I tried this but it seems to have no effect:

    camera.sensor.vflip(1);
    camera.sensor.hflip(1);

What am I doing wrong ?

eloquentarduino commented 3 months ago

You have to put these lines after camera.begin(). Other than that, I can confirm they work properly for all the models I tested (M5 Timer X, Freenove S3).