esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
291 stars 34 forks source link

ESP32Cam 160° Lens - 'horizontal_mirror' doesn't work #1528

Open Fusseldieb opened 3 years ago

Fusseldieb commented 3 years ago

Operating environment/Installation (Hass.io/Docker/pip/etc.):

Home Assistant on Docker using Ubuntu (irrelevant)

ESP (ESP32/ESP8266, Board/Sonoff):

ESP32Cam + 160° Lens

ESPHome version (latest production, beta, dev branch)

1.15

Affected component:

esp32_camera

Description of problem: If I use the 160° camera variant found on AliExpress, the horizontal_mirror doesn't work, only vertical_flip.

Problem-relevant YAML-configuration entries:

horizontal_mirror: true

Logs (if applicable):

-

Additional information and things you've tried:

probot-esphome[bot] commented 3 years ago

esp32_camera source esp32_camera issues esp32_camera recent changes (message by IssueLinks)

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Fusseldieb commented 3 years ago

Was this fixed at some point?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Fusseldieb commented 3 years ago

Don't stale

nepozs commented 3 years ago

It looks like "160° Lens" version simply has different hardware camera, so it can have different capability.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Fusseldieb commented 2 years ago

Don't stale

NopeNix commented 2 years ago

+1

my esp32-cam is capable of flipping (checked with an example scetch) but the

horizontal_mirror: true

does also not work for me.

i'm using the following esp32-cam

adhityan26 commented 2 years ago

any updates regarding this issue? also using horizontal_mirror: true but the image is still using default orientation

DooMMasteR commented 3 weeks ago

true is the default, if you want it flipped you need to use

horizontal_mirror: false

@adhityan26 @NopeNix @Fusseldieb