How Too Peripherals Python Tutorials

Setting-up gPhoto2 on Raspberry Pi

Post Reply
raspberrypi / howtoo     Views: 1031Prev .. Next
Setting-up gPhoto2 on Raspberry PiPosted: Tuesday, May 19, 2020 [13:32:46] - 1
rootPosted by:rootMember Since:
June 16 2010
Posts: 357
Process is quite simple and takes about 20 minutes, depending on Internet connection.
Setting-up gPhoto2 on Raspberry Pi.
Setting-up gPhoto2 on Raspberry Pi
When Raspberry OS is set-up and working, let's set the gPhoto2.

1. Install dependencies:
View Codesudo apt-get install libltdl-dev libusb-dev libusb-1.0 libexif-dev libpopt-dev


2. Download the latest stable version of libgphoto2 from:
sourceforge.net/projects/..
View Codewget http://downloads.sourceforge.net/project/gphoto/libgphoto/2.5.7/libgphoto2-2.5.24.tar.gz


3. Download the latest version of gphoto2 from:
sourceforge.net/projects/..
View Codewget http://downloads.sourceforge.net/project/gphoto/gphoto/2.5.6/gphoto2-2.5.23.tar.gz


4. Unpack, configure builds, compile the library and install it:
View Codetar -xvzf libgphoto2-2.5.24.tar.gz
cd libgphoto2-2.5.24
./configure
make
sudo make install

it takes a while to make, so grab some coffeeThere's no place like ~
gPhoto2 on Raspberry PiPosted: Tuesday, May 19, 2020 [13:41:51] - 2
rootPosted by:rootMember Since:
June 16 2010
Posts: 357
Next, just use gphoto2 to take beautiful images with your camera.
Time-lapse Perl project:
www.codemacs.com/coding/p..There's no place like ~
raspberrypi / howtooPrev .. Next
 
Post Reply
Home - Raspberrypi: How Too Peripherals Python Tutorials
Our Telegram Group