Auto-detect frame orientation via accelerometer #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the frame orientation (landscape / portrait_cw / portrait_ccw) is set manually via the web UI. It would be nice if the ESP32 could auto-detect its physical orientation and report it to the server.
Approach:
frame_settings.orientationif it changedHardware options:
Alternative: Skip the accelerometer and just auto-detect from the EXIF orientation of uploaded photos. But that doesn't help when the physical frame gets rotated.
Low priority — manual setting works fine for now.