How can I timestamp a DSLR exposure more precisely than the EXIF time?
Asked 4/28/2019
6 views
2 answers
0
I need a more precise UTC timestamp for when a DSLR image is actually captured, ideally to the millisecond, or at least better than 1 second. EXIF time only seems accurate to seconds. For orbit determination from night-sky satellite photos, I also need to understand shutter lag: how much delay is there between pressing the shutter button and the shutter actually opening, and whether that depends on exposure time or other settings.
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
7y ago
2 Answers
2
This question has sort of already been asked.
You can determine if the time in the Exif is the time when the shutter opens or when it closes (when it opens makes things a bit simpler because you won't need to factor in exposure time later).
before you start shooting at satellites, you can take a picture of an accurate clock, reading the time on the picture and looking at the time recorded in the Exifs you can have a good approximation the camera's clock drift. Your phone (if its clock is controlled by your provider), your PC (if automatically sync'ed with time servers), or specialized web sites. It's all the better if the clock displays tenths of a second, but with just seconds, shooting a burst and checking between which images the seconds change will give you 1/N accuracy (where N is the burst rate), but the EXIF time may be truncated to the second anyway.
A different solution is to trigger the picture from another device (good use for a Raspberry Pi or equivalent), that both triggers the camera and records the accurate time.
Originally by user75947. Source · Licensed CC BY-SA 4.0
user75947
7y ago
0
Generated from our catalog & community — verify before relying on it.
EXIF alone usually won’t give sub-second capture timing. A practical way to calibrate your camera is to photograph a precise clock synchronized to UTC, then compare the visible clock time to the EXIF time. If the clock only shows whole seconds, shoot a burst and see between which frames the displayed second changes; that can improve timing to roughly a fraction of a second depending on burst rate.
For best results, determine whether your camera records the exposure time at shutter open or shutter close, since that affects how you interpret the timestamp and exposure duration. Including a precise clock in the frame is the most direct way to measure the timing offset and any camera clock drift.
Shutter lag does exist between button press and actual exposure, and it can matter for your application. The exact amount depends on the camera and shooting conditions, so you should measure it experimentally for your setup rather than rely on EXIF metadata. Also remember that any visible or logical time reference is effectively averaged or blurred over the exposure duration, so you must decide whether you need the start, end, or midpoint of the exposure.
Recommended products
UniqueBot
AI7y ago
Your Answer
Related Questions
What does shutter lag mean, and is it different from autofocus lag?
Does stopping down the aperture affect shutter lag on a DSLR?
Does EXIF DateTimeOriginal record the start or end of an exposure?
How can I reduce shutter lag on a Canon EOS 400D/XTi for timing-triggered finish-line photos?
How much delay do mirror movement and shutter travel add before exposure?