I'm desperately in need of help with building a connection on my Rpi between
My SLRs (Canon EOS 700D and 300D) and Gphoto2. I need to use it as my major
experimental monitoring method. I installed Gphoto2 from apt-get, I can
auto-detect my cameras but can't do any further.
*pi@... ~ $ gphoto2 --auto-detect*
Code: Select all
Model Port
----------------------------------------------------------
USB PTP Class Camera usb:001,013
*pi@... ~ $ gphoto2 --summary*
Code: Select all
*** Error ***
An error occurred in the io-library ('Could not lock the device'): Camera is
already in use.
*** Error (-60: 'Could not lock the device') ***
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@...>, please run
gphoto2 as follows:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt --summary
Please make sure there is sufficient quoting around the arguments.
Code: Select all
*** Error ***
An error occurred in the io-library ('Could not lock the device'): Camera is
already in use.
ERROR: Could not capture image.
*** Error (-60: 'Could not lock the device') ***
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@...>, please run
gphoto2 as follows:
env LANG=C gphoto2 --debug --debug-logfile=my-logfile.txt
Code: Select all
Please make sure there is sufficient quoting around the arguments.
*pi@... ~ $ gphoto2 --debug*
0.000878 main(2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG
MESSAGES TO THE MAILING LIST:
0.002577 main(2): gphoto2 2.4.14
0.003870 main(2): gphoto2 has been compiled with the following options:
0.005329 main(2): + gcc (C compiler used)
0.006623 main(2): + popt (mandatory, for handling command-line parameters)
0.008435 main(2): + exif (for displaying EXIF information)
0.009599 main(2): + cdk (for accessing configuration options)
0.009790 main(2): + no aa (for displaying live previews)
0.010329 main(2): + jpeg (for displaying live previews in JPEG format)
0.010508 main(2): + readline (for easy navigation in the shell)
0.011089 main(2): libgphoto2 2.4.14
0.011385 main(2): libgphoto2 has been compiled with the following options:
0.011950 main(2): + gcc (C compiler used)
0.012505 main(2): + ltdl (for portable loading of camlibs)
0.012715 main(2): + EXIF (for special handling of EXIF files)
0.012915 main(2): libgphoto2_port 0.8.0
0.015690 main(2): libgphoto2_port has been compiled with the following
options:
0.015893 main(2): + gcc (C compiler used)
0.016048 main(2): + ltdl (for portable loading of camlibs)
0.016202 main(2): + USB (libusb, for USB cameras)
0.016409 main(2): + serial (for serial cameras)
0.016575 main(2): + no resmgr (serial port access and locking)
0.016788 main(2): + no ttylock (serial port locking)
0.016955 main(2): + no lockdev (serial port locking)
0.017128 main(2): CAMLIBS env var not set, using compile-time default
instead
0.017295 main(2): IOLIBS env var not set, using compile-time default instead
0.017689 setting/gphoto2-setting.c(2): Creating $HOME/.gphoto
0.025769 setting/gphoto2-setting.c(2): Loading settings from file
"/home/pi/.gphoto/settings"
0.027204 gp-camera(2): Freeing camera...
0.027555 gphoto2-port(2): Freeing port...
0.027822 gphoto2-filesystem(2): resetting filesystem
0.028040 libgphoto2/gphoto2-filesys.c(2): Clearing fscache LRU list...
0.028211 libgphoto2/gphoto2-filesys.c(2): fscache LRU list already empty
0.028378 gphoto2-filesystem(2): Internally deleting all folders from '/'...
0.028566 gphoto2-filesystem(2): Lookup folder '/'...
0.028741 gphoto2-filesystem(2): Found! / is 0x1a89b18
0.028908 gphoto2-filesystem(2): Recurse delete folder 0x1a89b18//
Please help me to solve it. I found there are many people who had my problem
as well but couldn't find a solution. THank you very much for helping in
advance.
Sincerely, Simiao