Modify ↓
Opened 4 months ago
Closed 6 days ago
#24458 closed defect (fixed)
[PATCH] Don't modify image GPS Date/Time when writing new coordinates
| Reported by: | StephaneP | Owned by: | StephaneP |
|---|---|---|---|
| Priority: | normal | Milestone: | 25.10 |
| Component: | Plugin photo_geotagging | Version: | tested |
| Keywords: | Cc: |
Description
What steps will reproduce the problem?
- Correlate some images with a GNSS trace, with a time offset and apply.
- Write the new coordinates in the image with the photo_geotagging plugin
What is the expected result?
I think that the EXIF GPSTimeStamp value should stay untouched, especially when the time source is the camera internal clock
What happens instead?
The GPSTimeStamp value is modified according to the time offset set during the correlation
Please provide any additional information below.
We should add an option in the photo_geotagging plugin (default unchecked) to update GPS Date/Time value. If we want to update a timestamp, it should be DateTimeOriginal
Attachments (2)
Change History (7)
comment:1 by , 4 months ago
| Owner: | changed from to |
|---|
by , 3 months ago
| Attachment: | Option_write_GPSDateTime.jpg added |
|---|
comment:2 by , 3 months ago
comment:3 by , 3 months ago
| Summary: | Don't modify image GPS Date/Time when writing new coordinates → [PATCH] Don't modify image GPS Date/Time when writing new coordinates |
|---|
comment:4 by , 3 months ago
| Milestone: | → 25.10 |
|---|
Note:
See TracTickets
for help on using tickets.



Patch which add a checkbox for writing or not the EXIF GPS Date and Time. Default is unchecked.