Bonjour,
Je suis un utilisateur d' octoprint et plus particulièrement d'octolapse.

Je travaille avec un appareil photo CANON EOS 2000D qui est intégré à votre
bibliothèque.

Pour intégrer mon appareil photo à octolapse j'ai effectué ces commandes :

   - sudo apt-get install gphoto2
   - sudo visudo
   - # allow 'sudo gphoto2' to run without supplying a password
   - pi ALL = (root) NOPASSWD: /usr/bin/gphoto2
   - whereis gphoto2
   - sudo reboot

Puis une fois le reboot terminé, afin de tester :

   - gphoto2 --auto-detect
   - gphoto2 --auto-detect --capture-image

gphoto2 --auto-detect : ne détecte pas du tout mon canon.

gphoto2 --auto-detect --capture-image le renvois le message d'erreur
suivant :
pi@octopi:~/scripts $ gphoto2 --auto-detect --capture-image

*** Error ***
Could not detect any camera
*** Error (-105: 'Unknown model') ***

For debugging messages, please use the --debug option.
Debugging messages may help finding a solution to your problem.
If you intend to send any error or debug messages to the gphoto
developer mailing list <gphoto-devel@lists.sourceforge.net>, please run
gphoto2 as follows:

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

Please make sure there is sufficient quoting around the arguments.


Dans un second temps j'ai effectué cette commande :
pi@octopi:~/scripts $ env LANG=C gphoto2 --debug
--debug-logfile=my-logfile.txt --auto-detect --capture-image

*** Error ***
Could not detect any camera
*** Error (-105: 'Unknown model') ***




Merci de m'éclairer sur la façon de faire pour résoudre mon problème.
_______________________________________________
Gphoto-devel mailing list
Gphoto-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gphoto-devel

Reply via email to