jim-easterbrook / python-gphoto2

Python interface to libgphoto2
GNU Lesser General Public License v3.0
359 stars 59 forks source link

Keep file on card while wait for event #81

Closed robertiii closed 5 years ago

robertiii commented 5 years ago

How can I have the file save to the card as well as save to the computer?

jim-easterbrook commented 5 years ago

Set your camera to record to memory card, I assume. This sounds like a question about libgphoto2 itself rather than the Python interface. I'm not an expert on libgphoto2.

robertiii commented 5 years ago

So I’ll be honest I’m quite ignorant of how any of it works! Lol I have been copying code and modifying slightly.

robertiii commented 5 years ago

I think I saw somewhere there is a --keep tag?

jim-easterbrook commented 5 years ago

It takes a lot of experimenting to find what works or not with any particular camera. Any --keep option would be part of the gphoto2 CLI program. You can look at its source code to find out how it uses the libgphoto2 library.

robertiii commented 5 years ago

Pardon my ignorance. I’m not understanding. So sorry