meine aktuelle Idee:
- Kamera wird per USB Leitung mit Rechner verbunden
- udev erkennt die Kamera und startet ein script
- script erzeugt ein neus Verzeichnis und ruft gphoto2 -P im Verzeichnis auf
Code: Alles auswählen
#!/bin/bash
xmessage FUNKTIONIERT
Code: Alles auswählen
#CANON-CAMERA
ATTRS{idVendor}=="04a9", RUN+="/home/fragenfrager/getcampictures.sh"
Hab da was entdeckt im Internet zu MTP und PTP:
Ich will aber trotz PTP eine rule schreiben um mein script automatisch zu starten.
Not all cameras work in this way: some of them use a non-storage protocol such as cameras supported by gphoto2. In the gphoto case, you do not want to be writing rules for your device, as is it controlled purely through userspace (rather than a specific kernel driver).
Irgendwer eine Idee warum die rules trotz korrektem idVendor nicht matcht?