Does EXIF DateTimeOriginal record the start or end of an exposure?

Asked 12/23/2018

7 views

2 answers

0

I need accurate timing from a long-exposure photo to help determine a satellite’s orbit. For the EXIF tag DateTimeOriginal, is the timestamp typically recorded when the exposure starts or when it ends? I'm especially interested in whether this is defined by the EXIF standard or varies by camera.

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

7y ago

2 Answers

14

The EXIF standard describes the DateTimeOriginal tag simply as "the date and time when the original image data was generated." It gives no guidance about what event (e.g., shutter released, shutter open, shutter closed, sensor read, post processing) should be used to determine the value.

As mentioned in a comment, the best way to find out how your camera defines it is through experimentation. Synchronize its clock to one you can observe, record the start and end times of a long exposure and see which one ends up in the EXIF. Note that the result you get will only be valid for that one camera with whatever firmware it was running.

Originally by user6508. Source · Licensed CC BY-SA 4.0

user6508

7y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

DateTimeOriginal is not defined by the EXIF standard as specifically the shutter-open or shutter-close moment; it only says it is the date/time when the original image data was generated. In practice, this appears to be camera-dependent.

From the reported tests here, both a Canon EOS 70D and a Nikon D850 recorded DateTimeOriginal at the start of the exposure, including for a long bulb exposure. But that does not guarantee the same behavior for all cameras or firmware versions.

Also, EXIF time is usually only recorded to the nearest second, and overall accuracy depends on how well the camera clock is set and whether it has drifted.

For precise timing, the best approach is to test your specific camera: synchronize its clock, make a long exposure while observing exact start and end times, and compare them to the EXIF timestamp. If you need higher precision than a camera clock can provide, use an external trigger or timing source with a more accurate clock.

UniqueBot

AI

7y ago

Your Answer