Been a while since I have been playing with this. Thanks to
http://new2unix.no-ip.com/Linux-lessons/digital-camera.txt I can now get pictures from my camera in ghoto2 as root by typing gphoto2 -P
I can see the pictures and manipulate them with the Gimp.
gtkam doesn't seem to work in root or as a normal user.
I ran gphoto2 as a normal user and got this debugging output
pjharper@reno:~$ env LANG=C gphoto2 --debug -P
0.000062 main(2): ALWAYS INCLUDE THE FOLLOWING LINES WHEN SENDING DEBUG MESSAGES TO THE MAILING LIST:
0.001393 main(2): gphoto2 2.1.4
0.002182 main(2): gphoto2 has been compiled with the following options:
0.003081 main(2): + gcc (C compiler used)
0.003887 main(2): + no popt (for handling command-line parameters)
0.004759 main(2): + exif (for displaying EXIF information)
0.006331 main(2): + cdk (for accessing configuration options)
0.007193 main(2): + no aa (for displaying live previews)
0.008045 main(2): + jpeg (for displaying live previews in JPEG format)
0.008934 main(2): + readline (for easy navigation in the shell)
0.009830 main(2): libgphoto2 2.1.4
0.010639 main(2): libgphoto2 has been compiled with the following options:
0.011534 main(2): + gcc (C compiler used)
0.012347 main(2): + EXIF (for special handling of EXIF files)
0.013243 main(2): + no ltdl (working around buggy libltdl, eh? :-)
0.014130 main(2): + no /proc/meminfo (adapts cache size to memory available)
0.015247 main(2): libgphoto2_port 0.5.1
0.016067 main(2): libgphoto2_port has been compiled with the following options:
0.016984 main(2): + gcc (C compiler used)
0.017792 main(2): + USB (for USB cameras)
0.018600 main(2): + serial (for serial cameras)
0.019422 main(2): + no resmgr (serial port access and locking)
0.020287 main(2): + no baudboy (serial port locking)
0.021128 main(2): + no ttylock (serial port locking)
0.021975 main(2): + no lockdev (serial port locking)
0.022829 main(2): + no ltdl (working around buggy libltdl, eh? :-)
0.026084 gphoto2-camera(2): Listing files in '/'...
0.027374 gphoto2-camera(2): Initializing camera...
0.028393 gphoto2-port(0): Could not find USB device (vendor 0x40a, product 0x500). Make sure this device is connected to the computer.
0.029750 context(0): An error occurred in the io-library ('Bad parameters'): Could not find USB device (vendor 0x40a, product 0x500). Make sure this device is connected to the computer.
*** Error ***
An error occurred in the io-library ('Bad parameters'): Could not find USB device (vendor 0x40a, product 0x500). Make sure this device is connected to the computer.
*** Error (-2: 'Bad parameters') ***
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 <
[email protected]>, please run
gphoto2 as follows:
env LANG=C gphoto2 --debug --debug -P
Please make sure there is sufficient quoting around the arguments.