Does the EXIF data “DateTimeOriginal” get recorded at the start or end of the exposure?












5














I am working to determine the orbit of a satellite based on a long exposure photograph, and need precise observations.










share|improve this question







New contributor




Penny Player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 9




    have you tried an experiment?
    – ths
    Dec 23 at 11:50










  • My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
    – user174174
    Dec 24 at 3:12
















5














I am working to determine the orbit of a satellite based on a long exposure photograph, and need precise observations.










share|improve this question







New contributor




Penny Player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 9




    have you tried an experiment?
    – ths
    Dec 23 at 11:50










  • My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
    – user174174
    Dec 24 at 3:12














5












5








5


1





I am working to determine the orbit of a satellite based on a long exposure photograph, and need precise observations.










share|improve this question







New contributor




Penny Player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I am working to determine the orbit of a satellite based on a long exposure photograph, and need precise observations.







metadata astrophotography long-exposure






share|improve this question







New contributor




Penny Player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Penny Player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Penny Player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Dec 23 at 11:45









Penny Player

261




261




New contributor




Penny Player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Penny Player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Penny Player is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 9




    have you tried an experiment?
    – ths
    Dec 23 at 11:50










  • My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
    – user174174
    Dec 24 at 3:12














  • 9




    have you tried an experiment?
    – ths
    Dec 23 at 11:50










  • My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
    – user174174
    Dec 24 at 3:12








9




9




have you tried an experiment?
– ths
Dec 23 at 11:50




have you tried an experiment?
– ths
Dec 23 at 11:50












My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
– user174174
Dec 24 at 3:12




My d90 shows the beginning of the exposure so I support the comment by @ths . I'm not sure if I fully got your question, however out of curiosity, what satellite are you tracking? because almost all nearby satellites I know aren't visible nor have the same intensity in their orbit and these precise data are available online. so again, If again I understand correctly the exiff data just would be fine for a later reference if camera date/time synced to your local place of observation.
– user174174
Dec 24 at 3:12










3 Answers
3






active

oldest

votes


















12














Experimentally (on my EOS 70D), this is the beginning of the exposure, and not the end.



But:




  • this seems truncated to the second

  • it depends how accurate is the time of the camera (before doing this I carefully set the time on my camera, but I doubt I can do better than half a second)

  • ... not speaking of clock drift if it hasn't been set recently


IMHO a better method is to trigger the picture from an external device than can have a really accurate clock (Raspberry with NTP clock, for instance)






share|improve this answer























  • Do you mind expanding, or giving a link, ton how to use an external device to help?
    – BruceWayne
    Dec 24 at 5:29










  • A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
    – Nayuki
    Dec 24 at 6:54










  • The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
    – xenoid
    Dec 24 at 8:57



















10














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.






share|improve this answer





















  • I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
    – David Wilson
    Dec 23 at 13:51






  • 2




    Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
    – Philip Kendall
    Dec 23 at 14:10






  • 3




    @DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
    – Blrfl
    Dec 23 at 14:33






  • 1




    @RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
    – user71659
    Dec 23 at 19:17






  • 2




    @RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
    – Blrfl
    Dec 23 at 20:14



















0














Just did a bulb exposure with a Nikon D850 of over a minute and a half (to make sure that time, during the exposure, chaged the time not just in seconds but also at least in a minute).



In this camera, at least for bulb, the recorded date time is the initial moment the shutter pressed, when exposure start, not when it’s released and the exposure ends.
For other models and makers it may vary.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "61"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });






    Penny Player is a new contributor. Be nice, and check out our Code of Conduct.










    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphoto.stackexchange.com%2fquestions%2f103734%2fdoes-the-exif-data-datetimeoriginal-get-recorded-at-the-start-or-end-of-the-ex%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    12














    Experimentally (on my EOS 70D), this is the beginning of the exposure, and not the end.



    But:




    • this seems truncated to the second

    • it depends how accurate is the time of the camera (before doing this I carefully set the time on my camera, but I doubt I can do better than half a second)

    • ... not speaking of clock drift if it hasn't been set recently


    IMHO a better method is to trigger the picture from an external device than can have a really accurate clock (Raspberry with NTP clock, for instance)






    share|improve this answer























    • Do you mind expanding, or giving a link, ton how to use an external device to help?
      – BruceWayne
      Dec 24 at 5:29










    • A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
      – Nayuki
      Dec 24 at 6:54










    • The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
      – xenoid
      Dec 24 at 8:57
















    12














    Experimentally (on my EOS 70D), this is the beginning of the exposure, and not the end.



    But:




    • this seems truncated to the second

    • it depends how accurate is the time of the camera (before doing this I carefully set the time on my camera, but I doubt I can do better than half a second)

    • ... not speaking of clock drift if it hasn't been set recently


    IMHO a better method is to trigger the picture from an external device than can have a really accurate clock (Raspberry with NTP clock, for instance)






    share|improve this answer























    • Do you mind expanding, or giving a link, ton how to use an external device to help?
      – BruceWayne
      Dec 24 at 5:29










    • A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
      – Nayuki
      Dec 24 at 6:54










    • The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
      – xenoid
      Dec 24 at 8:57














    12












    12








    12






    Experimentally (on my EOS 70D), this is the beginning of the exposure, and not the end.



    But:




    • this seems truncated to the second

    • it depends how accurate is the time of the camera (before doing this I carefully set the time on my camera, but I doubt I can do better than half a second)

    • ... not speaking of clock drift if it hasn't been set recently


    IMHO a better method is to trigger the picture from an external device than can have a really accurate clock (Raspberry with NTP clock, for instance)






    share|improve this answer














    Experimentally (on my EOS 70D), this is the beginning of the exposure, and not the end.



    But:




    • this seems truncated to the second

    • it depends how accurate is the time of the camera (before doing this I carefully set the time on my camera, but I doubt I can do better than half a second)

    • ... not speaking of clock drift if it hasn't been set recently


    IMHO a better method is to trigger the picture from an external device than can have a really accurate clock (Raspberry with NTP clock, for instance)







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Dec 23 at 17:52

























    answered Dec 23 at 14:59









    xenoid

    2,388314




    2,388314












    • Do you mind expanding, or giving a link, ton how to use an external device to help?
      – BruceWayne
      Dec 24 at 5:29










    • A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
      – Nayuki
      Dec 24 at 6:54










    • The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
      – xenoid
      Dec 24 at 8:57


















    • Do you mind expanding, or giving a link, ton how to use an external device to help?
      – BruceWayne
      Dec 24 at 5:29










    • A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
      – Nayuki
      Dec 24 at 6:54










    • The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
      – xenoid
      Dec 24 at 8:57
















    Do you mind expanding, or giving a link, ton how to use an external device to help?
    – BruceWayne
    Dec 24 at 5:29




    Do you mind expanding, or giving a link, ton how to use an external device to help?
    – BruceWayne
    Dec 24 at 5:29












    A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
    – Nayuki
    Dec 24 at 6:54




    A Raspberry Pi is a Linux computer which can connect to the Internet and get accurate time over NTP. An RPi can control the wires and plug into a camera's remote trigger port. Hence, you could make an RPi command a camera to take a photo at exactly 01:23:45.6 UTC if that's what you wanted.
    – Nayuki
    Dec 24 at 6:54












    The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
    – xenoid
    Dec 24 at 8:57




    The Rpi is credit-card size computer that typically runs Linux (though there is also a Windows version for it) and can be used for advanced control applications.
    – xenoid
    Dec 24 at 8:57













    10














    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.






    share|improve this answer





















    • I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
      – David Wilson
      Dec 23 at 13:51






    • 2




      Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
      – Philip Kendall
      Dec 23 at 14:10






    • 3




      @DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
      – Blrfl
      Dec 23 at 14:33






    • 1




      @RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
      – user71659
      Dec 23 at 19:17






    • 2




      @RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
      – Blrfl
      Dec 23 at 20:14
















    10














    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.






    share|improve this answer





















    • I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
      – David Wilson
      Dec 23 at 13:51






    • 2




      Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
      – Philip Kendall
      Dec 23 at 14:10






    • 3




      @DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
      – Blrfl
      Dec 23 at 14:33






    • 1




      @RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
      – user71659
      Dec 23 at 19:17






    • 2




      @RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
      – Blrfl
      Dec 23 at 20:14














    10












    10








    10






    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.






    share|improve this answer












    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.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Dec 23 at 12:52









    Blrfl

    4,7061322




    4,7061322












    • I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
      – David Wilson
      Dec 23 at 13:51






    • 2




      Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
      – Philip Kendall
      Dec 23 at 14:10






    • 3




      @DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
      – Blrfl
      Dec 23 at 14:33






    • 1




      @RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
      – user71659
      Dec 23 at 19:17






    • 2




      @RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
      – Blrfl
      Dec 23 at 20:14


















    • I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
      – David Wilson
      Dec 23 at 13:51






    • 2




      Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
      – Philip Kendall
      Dec 23 at 14:10






    • 3




      @DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
      – Blrfl
      Dec 23 at 14:33






    • 1




      @RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
      – user71659
      Dec 23 at 19:17






    • 2




      @RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
      – Blrfl
      Dec 23 at 20:14
















    I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
    – David Wilson
    Dec 23 at 13:51




    I would assume then that the time recorded is at the point after the exposure has ended and the file is generated.
    – David Wilson
    Dec 23 at 13:51




    2




    2




    Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
    – Philip Kendall
    Dec 23 at 14:10




    Rather than using an external clock, just "take 1/100s photo, take 30s photo, take 1/100s photo" should do.
    – Philip Kendall
    Dec 23 at 14:10




    3




    3




    @DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
    – Blrfl
    Dec 23 at 14:33




    @DavidWilson The standard doesn't make it clear enough for that to be a safe assumption. I just did the experiment with two Nikon bodies and neither behaved as you described.
    – Blrfl
    Dec 23 at 14:33




    1




    1




    @RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
    – user71659
    Dec 23 at 19:17




    @RichardBarber The camera needs to know most of the settings in the metadata, like shutter speed, ISO, flash, before the image acquisition begins, so the argument would be to fill out the metadata in advance.
    – user71659
    Dec 23 at 19:17




    2




    2




    @RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
    – Blrfl
    Dec 23 at 20:14




    @RichardBarber Without access to the sources for camera firmware, don't know that. I can think of one reason for generating the EXIF data early: it can be done while the shutter is open and the firmware is otherwise idle. It's time that doesn't have to be spent post-exposure, which means you can get to shooting the next frame sooner.
    – Blrfl
    Dec 23 at 20:14











    0














    Just did a bulb exposure with a Nikon D850 of over a minute and a half (to make sure that time, during the exposure, chaged the time not just in seconds but also at least in a minute).



    In this camera, at least for bulb, the recorded date time is the initial moment the shutter pressed, when exposure start, not when it’s released and the exposure ends.
    For other models and makers it may vary.






    share|improve this answer


























      0














      Just did a bulb exposure with a Nikon D850 of over a minute and a half (to make sure that time, during the exposure, chaged the time not just in seconds but also at least in a minute).



      In this camera, at least for bulb, the recorded date time is the initial moment the shutter pressed, when exposure start, not when it’s released and the exposure ends.
      For other models and makers it may vary.






      share|improve this answer
























        0












        0








        0






        Just did a bulb exposure with a Nikon D850 of over a minute and a half (to make sure that time, during the exposure, chaged the time not just in seconds but also at least in a minute).



        In this camera, at least for bulb, the recorded date time is the initial moment the shutter pressed, when exposure start, not when it’s released and the exposure ends.
        For other models and makers it may vary.






        share|improve this answer












        Just did a bulb exposure with a Nikon D850 of over a minute and a half (to make sure that time, during the exposure, chaged the time not just in seconds but also at least in a minute).



        In this camera, at least for bulb, the recorded date time is the initial moment the shutter pressed, when exposure start, not when it’s released and the exposure ends.
        For other models and makers it may vary.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 days ago









        abetancort

        35315




        35315






















            Penny Player is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            Penny Player is a new contributor. Be nice, and check out our Code of Conduct.













            Penny Player is a new contributor. Be nice, and check out our Code of Conduct.












            Penny Player is a new contributor. Be nice, and check out our Code of Conduct.
















            Thanks for contributing an answer to Photography Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphoto.stackexchange.com%2fquestions%2f103734%2fdoes-the-exif-data-datetimeoriginal-get-recorded-at-the-start-or-end-of-the-ex%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局