Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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 cam-
     eras.

     This man page will be extended with autogenerated documentation of the  in-
     terface  types  and  methods used for communication between the gphoto2 li-
     brary and a frontend.

FILES
     ~/.gphoto/settings
	    Here gphoto2 applications may store their configuration used to  ac-
	    cess gphoto2.

     To track down errors, you can add the --debug parameter to the gphoto2 com-
     mand  line and, if dealing with USB problems, setting the environment vari-
     able 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  Windows
	    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
	    Windows systems and broken/test installations.

     LD_DEBUG
	    Set  this  to all to receive lots of debug information regarding li-
	    brary loading on ld based systems.

     USB_DEBUG
	    If set, defines the numeric debug level with which	the  libusb  li-
	    brary will print messages. In order to get some debug output, set it
	    to 1.

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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libgphoto2&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help