Picture Orientation is not correct in exif #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
the internal camera creates exif in the jpg bytes returned to callback but no orientation tags.
fixed. i listen for orientation changes in base activity now and rewrite the exif. this may have to be re-opened in the future if we find some devices don't work right, there is a lot of blogging on this: http://android-developers.blogspot.com/2010/09/one-screen-turn-deserves-another.html
doh! orientation is wrong on the htc
fixed. adding getRotation() result to each degrees listener sees.