Skip to content

real-nate/DSLR_Timelapse_Overnight

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

DSLR Automatic Time Lapse

This script is created to take a time lapse overnight on a DSLR camera compatible with the gphoto2 library. I am using my Nikon D3200 and a RPi Zero W for the setup.

Dependencies & Setup

  • gphoto2 ($ pip install gphoto2)
  • astral ($ pip install astral)
  • argparse ($ pip install argparse)

Connect RPi (or other device) to the camera using the USB cable.

Execution

$ python3 DSLR_timelapse.py [-h] [--start-time START_TIME] [--end-time END_TIME] [--offset OFFSET] [--reverse-offset REVERSE_OFFSET] [--img-size IMG_SIZE] delay

Main parameters to control:

  • delay between pictures
  • start/end time
  • offset from start/end time

About

Control DSLR for overnight time lapse photography.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages