-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Infer timezone information for Sony A7 first gen #187
Comments
Thanks for taking the time to open this issue. If you want to provide a PR with tests, example images, and a strict include-list for those Sony mirrorless that we can show behave in this fashion, I'll review it. |
Cool, I'll work on that. For now I only know about this for my camera. I'll see if I can get more example images from other cameras. |
I've asked for some example pictures to be submitted in this issue.
|
The problem is that on my camera SONY DSC-RX 100 no timezone information is available. Therefore example photos make no sence. All times on first photo are 10:00 AM the second are 18:00PM ! |
Does your camera have an option to set the timezone in the settings? If so, there might be timezone information hidden in the metadata. If not and it also doesn't have a GPS, then there is no way to tell yeah. |
Yes there is an option to set it - but this information is not stored anywhere. The camera has also no gps! |
Are you sure it's not stored anywhere? If you send the pictures to me, I can double check it for you. It may be hidden somewhere, like it is in my camera |
Here are both photos, dates are on the pictures. |
Good look - I have used exiftoolgui - but nothing found in the metadata |
I also cannot find anything useful in the metadata unfortunately :( |
Is your feature request related to a problem? Please describe.
The metadata of pictures taken with the Sony A7 first gen (and presumably other sony camera's) doesn't include straight up timezone information. The current method for inferring the timezone information is not sufficient for this camera.
Describe the solution you'd like
The timezone offset can be inferred from the "Sony Date Time 2" field, which seems to be the time in UTC. I would suggest to add this field as an additional source of UTC timestamps. Maybe it should only be done if a sony camera is detected.
Describe alternatives you've considered
This seems to be the only clue of timezone information, as the camera doesn't have GPS.
Additional context
Below are some examples of pictures taken with different timezones. They all have the same of 20:10 UTC. Note that this is reflected in the "Sony date time 2" variable.
GMT +0 (no daylight savings)
GMT+0 (daylight savings time)
GMT +1 (daylight savings time)
GMT +5.5 (daylight savings time)
The text was updated successfully, but these errors were encountered: