Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libgphoto2(3) [opensolaris man page]

LIBGPHOTO2(3)						  The gPhoto2 Reference (the man					     LIBGPHOTO2(3)

NAME
libgphoto2 - cross-platform digital camera library SYNOPSIS
#include <gphoto2/gphoto2.h> DESCRIPTION
The gphoto2 library provides applications with access to a variety of cameras. This man page will be extended with autogenerated documentation of the interface types and methods used for communication between the gphoto2 library and a frontend. FILES
~/.gphoto/settings Here gphoto2 applications may store their configuration used to access gphoto2. To track down errors, you can add the --debug parameter to the gphoto2 command line and, if dealing with USB problems, setting the environment variable USB_DEBUG=1. ENVIRONMENT VARIABLES
CAMLIBS If set, defines the directory where the libgphoto2 library looks for its camera drivers (camlibs). You only need to set this on OS/2 systems and broken/test installations. IOLIBS If set, defines the directory where the libgphoto2_port library looks for its I/O drivers (iolibs). You only need to set this on OS/2 systems and broken/test installations. LD_DEBUG Set this to all to receive lots of debug information regarding library loading on ld based systems. USB_DEBUG If set, defines the numeric debug level with which the libusb library will print messages. In order to get some debug output, set it to 1. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-------------------------------+-----------------------------+ |ATTRIBUTE TYPE^ATTRIBUTE VALUE | | +-------------------------------+-----------------------------+ |Availability^SUNWgnome-camera | | +-------------------------------+-----------------------------+ |Interface stability^Volatile | | | | | +-------------------------------+-----------------------------+ SEE ALSO
gphoto2(1), libgphoto2_port(3), The gPhoto2 Manual, automatically generated API docs, [1]gphoto website AUTHOR
The gPhoto2 Team. Hans Ulrich Niedermann <gp@n-dimensional.de>. (man page) REFERENCES
1. gphoto website http://www.gphoto.org/ 08/16/2006 LIBGPHOTO2(3)

Check Out this Related Man Page

gphoto2-config(1)						   User Commands						 gphoto2-config(1)

NAME
gphoto2-config - return meta information about installed version of libgphoto2(3). SYNOPSIS
gphoto2-config [--prefix=DIR] [--libs] [--cflags] [--help] [--version] DESCRIPTION
gphoto2-config is a convenience script which retrieves information about the installed version of libgphoto2(3) on your system. gphoto2-config is typically used to compile and link against libgphoto2(3). The following example shows how to use gphoto2-config in a Makefile: program: program.c cc program.c `gphoto2-config --cflags --libs` The output is similar to that produced by pkg-config(1). OPTIONS
The following options are supported: --cflags Prints pre-processor and compile flags required to compile with libgphoto2(3) on the command line. --help Displays help and usage information. --libs Identical to --cflags option but only prints the link flags. --prefix=DIR Specify a different prefix from the default libgphoto2(3). (default is/usr). --version Displays version of libgphoto2(3) installed on your system. FILES
The following files are used by this application: /usr/bin/gphoto2-config Executable for installed library helper script ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-camera-devel | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), pkg-config(1), libgphoto2(3) NOTES
Written by Matt Keenan Sun Microsystems Inc., 2008. SunOS 5.11 01 Aug 2008 gphoto2-config(1)
Man Page