espressif / esp32-camera

Apache License 2.0
1.86k stars 634 forks source link

facing issue in OV5640, it gives flip and mirror images using esp32 with esp-idf. #680

Closed tarun-3746 closed 2 weeks ago

tarun-3746 commented 2 weeks ago

Checklist

How often does this bug occurs?

always

Expected behavior

I excepted it to work as regular mode. when it necessary, one can change the vflip and h-mirror.

Actual behavior (suspected bug)

when we start camera, is start as a upside down and mirrored

Error logs or terminal output

No response

Steps to reproduce the behavior

after using the library and init the camera. and when i start capturing the images

Project release version

latest

System architecture

other (details in Additional context)

Operating system

Windows

Operating system version

FreeRTOS

Shell

other (details in Additional context)

Additional context

I am using with ESP-IDF

me-no-dev commented 2 weeks ago

This is not something that can really be done, because different batches of sensors have them rotated and sometimes mirrored. There is no way to detect it either, so it's up to you to set the proper orientation in the firmware for the given sensor.