You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I am developing an application in which I capture and upload images.
What I have observed is the Camera intent is always turning the photos captured in portrait to landscape on Google Pixel running Google Camera app.
I have been through almost 20-30 searches which says the same thing, i.e. use ExifInterface or the Cursor. Using ExifInterface class is always returning 0 orientation and Cursor cannot find any value for column.
This is so annoying. This is such a basic feature, people should not have trouble with it.
In order to reproduce the issue you need to install Google camera app on the emulator and when using Camera intent select the Google camera from the bottom sheet.
I am stuck with this for a month now. Tired of working on other parts while prototyping.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am developing an application in which I capture and upload images.
What I have observed is the Camera intent is always turning the photos captured in portrait to landscape on Google Pixel running Google Camera app.
I have been through almost 20-30 searches which says the same thing, i.e. use ExifInterface or the Cursor. Using ExifInterface class is always returning 0 orientation and Cursor cannot find any value for column.
This is so annoying. This is such a basic feature, people should not have trouble with it.
In order to reproduce the issue you need to install Google camera app on the emulator and when using Camera intent select the Google camera from the bottom sheet.
I am stuck with this for a month now. Tired of working on other parts while prototyping.
The text was updated successfully, but these errors were encountered: