EloquentEsp32cam icon indicating copy to clipboard operation
EloquentEsp32cam copied to clipboard

Rotate & Flip

Open pacmac opened this issue 1 year ago • 0 comments
trafficstars

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 ?

pacmac avatar Apr 14 '24 07:04 pacmac