Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back camera photos always flip 90 degrees #37

Open
7 tasks done
treyus30 opened this issue Dec 5, 2024 · 4 comments
Open
7 tasks done

Back camera photos always flip 90 degrees #37

treyus30 opened this issue Dec 5, 2024 · 4 comments
Labels
bug Something is not working

Comments

@treyus30
Copy link

treyus30 commented Dec 5, 2024

Checklist

  • I can reproduce the bug with the latest version given here.
  • I made sure that there are no existing issues - open or closed - to which I could contribute my information.
  • I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
  • I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected app version

1.0.1

Affected Android/Custom ROM version

Graphene OS Build 2024111800 (Android 15)

Affected device model

Pixel 8a

How did you install the app?

F-Droid / IzzyOnDroid

Steps to reproduce the bug

Download
Open
Take normal pic
View pic

Expected behavior

To save a pic in the orientation it was taken in

Actual behavior

Rotates 90 degrees if taken vertically from rear camera.

Screenshots/Screen recordings

No response

Additional information

No response

@treyus30 treyus30 added bug Something is not working needs triage Issue is not yet ready for PR authors to take up labels Dec 5, 2024
@Aga-C
Copy link
Member

Aga-C commented Dec 5, 2024

  1. Have you checked the photo in multiple image viewers? Are you sure it's a Camera issue, not your image viewer?
  2. Which image format are you using? 4:3, 1:1, or another?

@Aga-C Aga-C added question Further information is requested waiting for author If the author does not respond, the issue will be closed. Otherwise, the label will be removed. labels Dec 5, 2024
@mysteryoneal
Copy link

I am having the same issue with v1.0.1 from fdroid. Using Samsung A14 (sm-a145f/n) running stock Android 13. The issue persists with both Samsung and Fossify gallery apps. Rotation is 90° left. Samsung camera app doesn't share the issue... so it is isolated to Fossify camera.
It happens with system screen rotation set to either locked or auto-rotate (not a screen orientation issue). It happens regardless of device orientation (not a rotation sensor issue).

@Aga-C
Copy link
Member

Aga-C commented Dec 9, 2024

I've looked more into the issue, and found out it only happens when there are two things set at once:

  • In Settings, the only thing changed from default is not saving EXIF metadata.
  • Image format is full size.

@Aga-C Aga-C removed question Further information is requested waiting for author If the author does not respond, the issue will be closed. Otherwise, the label will be removed. needs triage Issue is not yet ready for PR authors to take up labels Dec 9, 2024
@mysteryoneal
Copy link

Turning EXIF metadata toggle back on stops the problem for me. So, it looks like it is the lack of metsdata causing rotation to be set for a default (landscape) that makes sense for most device types except phones.

Workaround: rotate the device (unless you typically lock to portrait, like me).

Fix: could be to add a "rotate photos to best fit screen" toggle in gallery settings (assuming such a thing is possible/practical).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working
Projects
None yet
Development

No branches or pull requests

3 participants