chaos-muc
Themenersteller
Hallo,
ich hab folgendes Problem:
Ich würde gerne mit gphoto2 meine Canon EOS 500D auslösen und das Bild dann wie gewohnt auf der Speicherkarte der Kamera abspeichern, also nicht runterladen.
Ich habe bisher folgendes geschafft:
Daher meine Frage
Falls es was zur Sache tut, die Systemkonfiguration
der Akku ist voll und auf der Speicherkarte ist noch ausreichend viel Speicherplatz vorhanden.
Vielen Dank schonmal für Eure Hilfe
chaos-muc
ich hab folgendes Problem:
Ich würde gerne mit gphoto2 meine Canon EOS 500D auslösen und das Bild dann wie gewohnt auf der Speicherkarte der Kamera abspeichern, also nicht runterladen.
Ich habe bisher folgendes geschafft:
- Kamera angeschlossen, gesucht und gefunden:
Code:pi@raspberrypi ~ $ gphoto2 --auto-detect Model Port ---------------------------------------------------------- Canon EOS 500D usb:001,018 pi@raspberrypi ~ $
- Kamera ausgelöst und Bild gleich von der Kamera runtergeladen
Code:pi@raspberrypi ~ $ gphoto2 --capture-image-and-download New file is in location /capt0000.jpg on the camera File capt0000.jpg exists. Overwrite? [y|n] y Saving file as capt0000.jpg Deleting file /capt0000.jpg on the camera Deleting 'capt0000.jpg' from folder '/'... New file is in location /capt0000.cr2 on the camera File capt0000.cr2 exists. Overwrite? [y|n] y Saving file as capt0000.cr2 Deleting file /capt0000.cr2 on the camera Deleting 'capt0000.cr2' from folder '/'... pi@raspberrypi ~ $
- Kamera ausgelöst und gphoto2 gesagt, dass ich das Bild auf der Kamera lassen will:
Code:pi@raspberrypi ~ $ gphoto2 --capture-image New file is in location /capt0000.jpg on the camera New file is in location /capt0000.cr2 on the camera pi@raspberrypi ~ $
Daher meine Frage
- Wie muß/kann ich mit gphoto2 meine Kamera so auslösen, dass das Bild anschließend auf der Kameraspeicherkarte gefunden werden kann?
Falls es was zur Sache tut, die Systemkonfiguration
Code:
pi@raspberrypi ~ $ gphoto2 --version
gphoto2 2.4.14
Copyright (c) 2000-2012 Lutz Mueller and others
gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may
redistribute copies of gphoto2 under the terms of the GNU General Public
License. For more information about these matters, see the files named COPYING.
This version of gphoto2 is using the following software versions and options:
gphoto2 2.4.14 gcc, popt(m), exif, cdk, no aa, jpeg, readline
libgphoto2 2.4.14 gcc, ltdl, EXIF
libgphoto2_port 0.8.0 gcc, ltdl, USB (libusb0), serial without locking
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l GNU/Linux
pi@raspberrypi ~ $
Vielen Dank schonmal für Eure Hilfe
chaos-muc