Hello,

if I connect my Olympus E-500 via USB to my raspberrypi i have to choose
between storage and control:

*Control mode: *

pi@raspberrypi4:~ $ lsusb
Bus 001 Device 003: ID 07b4:0110 Olympus Optical Co., Ltd
pi@raspberrypi4:~ $ gphoto2 --auto-detect
Modell                         Port
----------------------------------------------------------
Olympus E series (Control)     usb:001,003

However, the last three commands just run into a timeout:

LANG=C gphoto2 --summary >summary.txt
LANG=C gphoto2 --list-all-config >config.txt
gphoto2 --capture-image

*Storage mode:*

pi@raspberrypi4:~ $ lsusb
Bus 001 Device 004: ID 07b4:0118 Olympus Optical Co., Ltd Mju Mini
Digital/Mju Digital 500 Camera / Stylus 850 SW
pi@raspberrypi4:~ $ gphoto2 --auto-detect
Modell                         Port
----------------------------------------------------------
Mass Storage Camera            disk:/media/pi/disk
pi@raspberrypi4:~ $ LANG=C gphoto2 --summary >summary.txt

*** Fehler ***
This camera does not support summaries.
*** Fehler (-6: »Nicht unterstützte Funktion«) ***

pi@raspberrypi4:~ $ LANG=C gphoto2 --list-all-config >config.txt

*** Fehler ***
This camera does not provide any configuration options.
*** Fehler (-6: »Nicht unterstützte Funktion«) ***
pi@raspberrypi4:~ $ gphoto2 --capture-image

*** Fehler ***
This camera can not capture.
FEHLER: Konnte Bild nicht aufnehmen.
FEHLER: Konnte nicht aufnehmen.
*** Fehler (-6: »Nicht unterstützte Funktion«) ***

Für Debug-Meldungen verwenden Sie bitte die Option »--debug«.
Diese Meldungen können Ihnen helfen, eine Lösung für Ihr Problem zu
finden. Wenn Sie jedoch Fehler- oder Debug-Meldungen an die
Mailingliste <gphoto-devel@lists.sourceforge.net> schicken wollen,
so starten sie gphoto2 bitte wie folgt:

    env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt
--capture-image

Bitte stellen Sie sicher das die uebergebenen Argument ausreichend gequoted
sind.
_______________________________________________
Gphoto-devel mailing list
Gphoto-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gphoto-devel

Reply via email to