Skip to content
/ PiLapser Public
forked from canningj/PiLapser

This project converts a Raspberry Pi into a powerful timelapse device. The Raspberry Pi is attached to a stepper motor that moves a camera across a slider system while taking photos. Undergrad Computer Science capstone.

Notifications You must be signed in to change notification settings

jl54/PiLapser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piLapser

piLapser is a project that turns a Raspberry Pi into a powerful time-lapse photography device. It allows a user to create a new time-lapse that incorporates lateral motion of the camera in the midst of filming.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\

Prerequisites

What things you need to install the software and how to install them

Python 3.6.0
Django 1.8
gphoto2

Installing

How to get the environment running

Install pip

python get-pip.py

Activate the virtual environment

source piENV/bin/activate\

Followed by installing django

sudo pip install Django==1.8\

Download the gphoto2 library

https://sourceforge.net/projects/gphoto/files/

Run the server

python3 manage.py runserver 0.0.0.0:8000\

Using the application

In order to access the application, connect the Pi to your local network and run ifconfig on the Pi in order to find the IP address of the machine. Assuming the IP address of the Pi is 1.2.3.4, connect via the following address.

http://1.2.3.4:8000/piLapse/

Built With

Check Out a Video of the Project

piLapser

Authors

About

This project converts a Raspberry Pi into a powerful timelapse device. The Raspberry Pi is attached to a stepper motor that moves a camera across a slider system while taking photos. Undergrad Computer Science capstone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.9%
  • JavaScript 4.9%
  • HTML 1.4%
  • Other 0.8%