Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lipis/timelapse
:hourglass: Create and stream live the time lapses from macOS, Windows, Linux or Raspberry Pi
https://github.com/lipis/timelapse
Last synced: 2 months ago
JSON representation
:hourglass: Create and stream live the time lapses from macOS, Windows, Linux or Raspberry Pi
- Host: GitHub
- URL: https://github.com/lipis/timelapse
- Owner: lipis
- Created: 2015-12-04T12:42:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T02:24:27.000Z (over 3 years ago)
- Last Synced: 2024-04-14T08:37:50.909Z (9 months ago)
- Language: Python
- Homepage: https://pss-camera.appspot.com
- Size: 13.7 KB
- Stars: 25
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Timelapse (PSS Camera)
======================> Works on OS X, Windows, Linux, Raspberry Pi and possibly on anything that has
a camera and can run Python.## :fire: Download and Run
Visit the [download](https://pss-camera.appspot.com/download/) page and get the
binaries for OS X or Windows.## :pray: Installation
```bash
$ pip install -r requirements.txt
```## :camera: Capture
```bash
$ ./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`.## :cloud: Upload
```bash
$ ./pss-upload.py --username username --password password
```The above command will start uploading the images that are located in `feed`
directory to [PSS Camera](https://pss-camera.appspot.com). For more information
just use `--help`.Set your password from the [profile settigs](https://pss-camera.appspot.com/profile/).
## :briefcase: Requirements
- [OpenCV](http://opencv.org/) — if you want to play with the source and you
don't have a Raspberry Pi.
- [Camera Pi Module](https://www.raspberrypi.org/products/camera-module/) —
which is using the [Picamera](https://github.com/waveform80/picamera) if you
are on Raspberry Pi.
- [fswebcam](https://github.com/fsphil/fswebcam) — if you don't want to install
OpenCV on your Raspberry Pi and you have a USB camera attached to it.## :rose: Examples
- [Clouds](https://pss-camera.appspot.com/lipis/clouds/)
- [Green Plant](https://pss-camera.appspot.com/lipis/green-plant/)
- [Orchidaceae](https://pss-camera.appspot.com/lipis/orchidaceae/)## :euro: Recommended Raspberry Pi Setup
- [Raspberry Pi 2 & 8GB MicroSD](http://www.modmypi.com/raspberry-pi/rpi2-model-b/raspberry-pi-2-model-b-new-and-8gb-microsd-card-bundle) — £33.99
- [Nwazet Pi Camera Box](http://www.modmypi.com/raspberry-pi/camera/nwazet-pi-camera-box-bundle-case,-lens-and-wall-mount-b-plus) — £23.99
- [Camera Board](http://www.modmypi.com/raspberry-pi/camera/raspberry-pi-camera-board-5mp-1080p-v1.3) — £12.99
- [WiFi Dongle](http://www.modmypi.com/raspberry-pi/accessories/wifi-dongles/wifi-dongle-nano-usb) — £5.99