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

include orientation/direction in "details" (and later in map view) [feature request] #174

Closed
iasgair opened this issue May 12, 2016 · 3 comments

Comments

@iasgair
Copy link

iasgair commented May 12, 2016

Hi,
I don't know about other camera apps, but open camera records the orientation (the direction in which one is looking when the picture is taken) as a three digit degree value (meaning, if you taking a picture looking due south, it will record "180°").

Is there any chance this could be added to the details menu?

And related to this, but not as a priority, but maybe something to bear in mind for the future, once the (open street) map view is implemented:
could there be a symbol indicating the direction that the picture faces. Something along these lines:
unnamed
I don't know how easy this is, and it is really more a map issue than a LeafPic issue, but if one day you have time, energy and the will to do this, it would be really useful. Maybe I'm the only one, in which case, don't bother and I'd be happy with having the orientation in the details menu.

@dnldsht
Copy link
Member

dnldsht commented May 12, 2016

The orientation will be added in the details dialog, but I'm not able to
get the direction from the exif.
Where did you find this information? I looked in the exif interface
and I didn't find it.

On Thu, May 12, 2016, 1:17 PM iasgair notifications@github.com wrote:

Hi,
I don't know about other camera apps, but open camera records the
orientation (the direction in which one is looking when the picture is
taken) as a three digit degree value (meaning, if you taking a picture
looking due south, it will record "180°").

Is there any chance this could be added to the details menu?

And related to this, but not as a priority, but maybe something to bear in
mind for the future, once the (open street) map view is implemented:
could there be a symbol indicating the direction that the picture faces.
Something along these lines:
[image: unnamed]
https://cloud.githubusercontent.com/assets/18640575/15212816/e328406a-183a-11e6-986d-8e76121a9c85.jpg
I don't know how easy this is, and it is really more a map issue than a
LeafPic issue, but if one day you have time, energy and the will to do
this, it would be really useful. Maybe I'm the only one, in which case,
don't bother and I'd be happy with having the orientation in the details
menu.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#174

@iasgair
Copy link
Author

iasgair commented May 12, 2016

Disclaimer: I'm not an expert, and I cannot program.

I'm not sure what you mean by orientation, that you will add to the details dialog. Do you mean landscape/portrait?

I think what I'm after is called direction. If I open an image that I know has the information on my computer, I can open an EXIF box (I'm using IrfanView) and that lists it as "GPSImgDirection" (in my test case the value is 113.48).
As comparison, longitute is listed as "GPSLongitude" and the the E/W is recorded in "GPSLongitudeRef". So, comparing that to your link, I would expect the direction to be saved in "GPS_Img_Direction" (or "GPS_ImgDirection"?). I don't understand Java, but if it is not in the list in the link, does that mean it cannot be read by this ExifInterface?

@dnldsht
Copy link
Member

dnldsht commented May 26, 2016

Orientation included in the last version, check it out!

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

No branches or pull requests

2 participants