Capturetarget not working through python
girthebrokensir via Gphoto-user <[email protected]>
| Newsgroups | gmane.comp.multimedia.gphoto.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, I'm pretty new to this, but all I'm trying to do is trigger a picture from python and have it save to the SD Card. I am using a Cannon EOS 6D. In in command module I have set the capture target via: gphoto2 --set-config capturetarget=1 if I trigger a photo from the command line it takes a picture and saves it to the SD card using: gphoto2 --capture-image However when I try to call this from python it takes a picture and acts like it is saving to the RAM still. Nothing is saved on the cameras SD Card. The script I am using is: from subprocess import call call (["gphoto2","--capture-image-and-download"]) Any help would be appreciated. -- Sent from: http://gphoto-software.10949.n7.nabble.com/gphoto-user-f3.html ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot