forked from jesperpedersen/entangle
-
Notifications
You must be signed in to change notification settings - Fork 0
License
fredrec/entangle
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Entangle: Tethered Camera Control & Capture
===========================================
Entangle is an application which uses GTK and libgphoto2 to provide a
graphical interface for tethered photography with digital cameras.
It includes control over camera shooting and configuration settings
and 'hands off' shooting directly from the controlling computer.
Installation
------------
The Entangle package uses GNU autotools, so the build install
process follows the standard process documented in the INSTALL file.
As a quick start you can do
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --libdir=/usr/lib
make
sudo make install
Or to install into a private user specific location
./configure --prefix=$HOME/usr/entangle
make
make install
NB, if not installing in /usr, you need to set the XDG_DATA_DIRS env
variable to point to the data directory, eg in the above example use:
XDG_DATA_DIRS=/usr/share:/usr/local/share:$HOME/entangle/share
export XDG_DATA_DIRS
OS distro packagers should use the --disable-schemas-compile arg
to configure to skip the compilation stage for schema files if
installing to the /usr prefix
Building entangle requires the following external packages to
be present
glib2 >= 2.26.0
gdk-pixbf >= 2.12.0
gtk3 >= 3.0.0
libgphoto2 >= 2.4.11
gudev >= 145
dbus-glib >= 0.60
gobject-introspection >= 0.9.3
lcms2 >= 2.0
libpeas >= 0.5.5
gexiv2 >= 0.2.2
LibRaw >= 0.9.0
gnome-icon-theme-symbolic >= 3.0.0
Communication
-------------
To communicate with the development team, or to post patches
there is a technical mailing list:
https://mail.gna.org/listinfo/entangle-devel/
Bugs found when using an OS distribution's binary packages should
be reported to the OS vendors' own bug tracker first. Otherwise
they can be reported to
https://gna.org/bugs/?group=entangle
The latest entangle code can be found in GIT at:
https://gitorious.org/entangle/entangle
For further information visit
http://entangle-photo.org/
Translators please see po/README.I18N for more guidance.
UI shortcuts
------------
There are a number of shortcuts available for common operations
- 's' - Trigger the shutter, to shoot a picture
- 'p' - Toggle 'live view' preview mode
- 'esc' - Cancel the current operation
- 'm' - Toggle aspect ratio image mask
- 'h' - Toggle linear / logarithmic histogram
- 'a' - Drive autofocus during preview
- ',' or '.' - Drive manual focus during preview (fine control)
- '<' or '>' - Drive manual focus during preview (coarse control)
License
-------
Entangle is distributed under the terms of the GNU GPL v3+, except
for the Logo which is under the Creative Commons 1.0 Public
Domain Dedication.
Please see the COPYING file for the complete GPLv3+ license
terms, or visit <http://www.gnu.org/licenses/>.
-- End
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 91.6%
- Makefile 5.8%
- Python 1.5%
- Other 1.1%