Re: Monitoring the camera settings
Jim Easterbrook <[email protected]> Wed, 7 Sep 2022 07:46:59 +0100
| Newsgroups | gmane.comp.multimedia.gphoto.user |
|---|---|
| Message-ID | <[email protected]> |
On 06/09/2022 22:51, Frank Tornack via Gphoto-user wrote: > > Now the question arises, if it is > possible with gphoto to write a log, at which time which settings and > commands are executed by the camera. For example that 12:01:12 a > picture was triggered and 3 seconds later the ISO was adjusted. I'm not a Nikon user, but with my Canon I can call gp_camera_wait_for_event() repeatedly and it tells me when I adjust settings on the camera. http://www.gphoto.org/doc/api/gphoto2-camera_8h.html#a6a3aa30acd4bbe74087ce0fbcb9ea3a9 I haven't tried it but I assume the gphoto2 command option --wait-event does something similar. The documentation says it works on Canon EOS and Nikon DSC. http://www.gphoto.org/doc/manual/ref-gphoto2-cli.html Jim