Skip to content

Project for wired camera remote using Raspberry Pi Zero and USB connection which can control any camera

Notifications You must be signed in to change notification settings

KubiV/AnyCamera-REMOTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyCamera REMOTE

Take photos remotely with any camera

AnyCamera REMOTE is a wired camera remote wich is using gPhoto2 and a Raspberry Pi. Power the Pi, attach a button to Pi's GPIO and with a USB cable connect camera to Pi. Start taking photos with external button.


Installation

  • Using Raspberry Pi Imager (and Ctrl-Shift-X command) set up SSH and install Raspberry Pi OS Lite on a Raspberry Pi computer.
  • Install gPhoto2 using command
sudo apt-get install gphoto2
  • Create a "Scripts" folder and add script p.py using GNU Nano (location: /home/pi/Scripts/p.py) and SSH
  • Edit rc.local file: add "sudo python3 /home/pi/Scripts/p.py &" that will make run the script after Raspberry Pi boots up

rc.local file opened in text editor

  • Print a case
  • Add power switch, battery, Li-Io charging circuit, step-up boost board to 5,1 V and micro USB to USB A adapter
component position in a case assembled case

Connecting the button

raspberry pi pinout button connection

About

Project for wired camera remote using Raspberry Pi Zero and USB connection which can control any camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages