lipis / timelapse

:hourglass: Create and stream live the time lapses from macOS, Windows, Linux or Raspberry Pi

Home Page:https://pss-camera.appspot.com

Repository from Github https://github.comlipis/timelapseRepository from Github https://github.comlipis/timelapse

Timelapse (PSS Camera)

Works on OS X, Windows, Linux, Raspberry Pi and possibly on anything that has a camera and can run Python.

πŸ”₯ Download and Run

Visit the download page and get the binaries for OS X or Windows.

πŸ™ Installation

$ pip install -r requirements.txt

πŸ“· Capture

$ ./pss-capture.py --interval 30 --name foo

The above command will start saving images every 30 seconds in the directory feed/foo. For more information just use --help.

☁️ Upload

$ ./pss-upload.py --username username --password password

The above command will start uploading the images that are located in feed directory to PSS Camera. For more information just use --help.

Set your password from the profile settigs.

πŸ’Ό Requirements

  • OpenCV β€” if you want to play with the source and you don't have a Raspberry Pi.
  • Camera Pi Module β€” which is using the Picamera if you are on Raspberry Pi.
  • fswebcam β€” if you don't want to install OpenCV on your Raspberry Pi and you have a USB camera attached to it.

🌹 Examples

πŸ’Ά Recommended Raspberry Pi Setup

About

:hourglass: Create and stream live the time lapses from macOS, Windows, Linux or Raspberry Pi

https://pss-camera.appspot.com


Languages

Language:Python 97.9%Language:Shell 1.3%Language:Batchfile 0.8%