1LIBGPHOTO2(3) The gPhoto2 Reference (the man LIBGPHOTO2(3)
2
3
4
6 libgphoto2 - cross-platform digital camera library
7
9 #include <gphoto2/gphoto2.h>
10
12 The gphoto2 library provides applications with access to a variety of
13 cameras.
14
15 This man page will be extended with autogenerated documentation of the
16 interface types and methods used for communication between the gphoto2
17 library and a frontend.
18
20 ~/.gphoto/settings
21 Here gphoto2 applications may store their configuration used to
22 access gphoto2.
23
24 To track down errors, you can add the --debug parameter to the gphoto2
25 command line and, if dealing with USB problems, setting the environment
26 variable USB_DEBUG=1.
27
29 CAMLIBS
30 If set, defines the directory where the libgphoto2 library looks
31 for its camera drivers (camlibs). You only need to set this on
32 OS/2 systems and broken/test installations.
33
34 IOLIBS If set, defines the directory where the libgphoto2_port library
35 looks for its I/O drivers (iolibs). You only need to set this on
36 OS/2 systems and broken/test installations.
37
38 LD_DEBUG
39 Set this to all to receive lots of debug information regarding
40 library loading on ld based systems.
41
42 USB_DEBUG
43 If set, defines the numeric debug level with which the libusb
44 library will print messages. In order to get some debug output,
45 set it to 1.
46
48 gphoto2(1), libgphoto2_port(3), The gPhoto2 Manual, automatically
49 generated API docs, [1]gphoto website
50
52 The gPhoto2 Team.
53 Hans Ulrich Niedermann <gp@n-dimensional.de>. (man page)
54
56 1. gphoto website
57 http://www.gphoto.org/
58
59
60
61 08/16/2006 LIBGPHOTO2(3)