(→‎GPhoto2: permissions for usb devices)
Line 4: Line 4:


There is a command line interface to libgphoto2, named '''gphoto2'''. It can be used to verify what settings are available through the USB link of your camera but also to take pictures or make a simple intervalometer in shell programming. Pictures can be taken in the internal memory of the camera or transferred right away on the computer.
There is a command line interface to libgphoto2, named '''gphoto2'''. It can be used to verify what settings are available through the USB link of your camera but also to take pictures or make a simple intervalometer in shell programming. Pictures can be taken in the internal memory of the camera or transferred right away on the computer.
To use gphoto2 and software based on the libgphoto2 library, you will need to fix the rights of the USB device created for the camera. A simple way to do it is to change the group of the device to a group in which you are, for example:
<pre>
# chgrp optical /dev/bus/usb/*
# chgrp optical /dev/bus/usb/*/*
</pre>


==Using Gphoto2 CLI==
==Using Gphoto2 CLI==

Revision as of 18:33, 16 September 2012

GPhoto2

libgphoto2 is a portable library which gives access to hundreds of digital cameras. It can be used in any software that wants to control digital cameras settings or simply take some pictures with them. A list of projects using it is available here.

There is a command line interface to libgphoto2, named gphoto2. It can be used to verify what settings are available through the USB link of your camera but also to take pictures or make a simple intervalometer in shell programming. Pictures can be taken in the internal memory of the camera or transferred right away on the computer.

To use gphoto2 and software based on the libgphoto2 library, you will need to fix the rights of the USB device created for the camera. A simple way to do it is to change the group of the device to a group in which you are, for example:

# chgrp optical /dev/bus/usb/*
# chgrp optical /dev/bus/usb/*/*

Using Gphoto2 CLI

Coming soon: list of main commands and settings for astronomy for a canon EOS.

Using a digital camera as webcam for planetary imaging

The project EOS Camera Movie Record (AUR package), using Gphoto2, allows the live view of a Canon EOS to be captured and used as a webcam. This proves to be a nice alternative to webcam imaging. See some results for this capture method here.

Tested with an EOS 1000D, it works fine. I just don't know how to specify what part of the image is used for the 5x magnified capture. If the program says "no auto camera found", it probably means that you don't have the rights to access the USB device, see above.