Giter Site home page Giter Site logo

itsonlyaudio / gphoto2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gphoto/gphoto2

0.0 0.0 0.0 4.12 MB

The gphoto2 commandline tool for accessing and controlling digital cameras.

License: GNU General Public License v2.0

Perl 2.94% C 64.92% Shell 1.13% Makefile 1.38% M4 25.05% Python 4.58%

gphoto2's Introduction

gphoto2

What is gphoto2?

gphoto2 is a command-line frontend to libgphoto2.

Where can I find more information?

Visit the gphoto project web site. It should always be found at least at one of the following URLs:

The man page is in the file gphoto2.1.

How do I build it?

If you have installed libgphoto2 into $HOME/.local and want to install gphoto2 to $HOME/.local as well, keep the PKG_CONFIG_PATH= and --prefix= arguments to configure. Otherwise adapt or remove them.

autoreconf -is  # if using a git clone
./configure PKG_CONFIG_PATH="$HOME/.local/lib/pkgconfig${PKG_CONFIG_PATH+":${PKG_CONFIG_PATH}"}" --prefix="$HOME/.local"
make
make install

Out-of-tree builds are supported. ./configure --help may help.

To build gphoto2, you will need the following (apart from the common build tools):

  • The libgphoto2 library.
  • The popt libraries (for commandline option handling), the system package may be called popt-devel or popt-dev or similar.

Optional:

  • The EXIF library. (libexif-devel, libexif-dev or similar)
  • The JPEG library. (libjpeg-devel, libjpeg-dev, or jpeg-dev or similar)
  • The CDK library (for ncurses based configuration UI). (cdk-devel or similar)
  • The AALIB library (for ascii art rendering of previews). (aalib-devel or similar)

How do I test it?

make check

The test suite checks the installation and basic functionality of the gphoto2 program and the 'Directory Browse' libgphoto2 camera driver.

gphoto2's People

Contributors

alaunay avatar bluebat avatar dfandrich avatar eberkund avatar evasdk avatar fviard avatar hfiguiere avatar jabiinfante avatar jbroll avatar kilgota avatar lkppo avatar mcol avatar mirosnik1 avatar msmeissn avatar ndim avatar pan93412 avatar patmans avatar qboosh avatar roipoussiere avatar ryandesign avatar sarent avatar scribblemaniac avatar sebras avatar skarllot avatar sveinki avatar thomaschaaf avatar vnwildman avatar yurayko avatar yurchor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.