Skip to content

Commit 213950e

Browse files
committed
Add demo gif.
1 parent c6f7816 commit 213950e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# timelapse
2+
[![Build Status][ci-badge]][ci-url]
3+
24
Python library for creating time-lapse videos.
35

4-
[![Build Status][ci-badge]][ci-url]
6+
Example: Lettuce growing for one day, imaged every ten minutes and played back at 24 FPS.
7+
![demo gif](docs/demo.gif)
8+
59

610
---
711

@@ -17,6 +21,7 @@ python -m pip install ./timelapse
1721
If you plan to make changes to the library itself, consider
1822
adding `--editable` to the install command.
1923

24+
---
2025

2126
## Capturing timelapse images
2227
Create a directory for storing captured images, e.g.:
@@ -30,6 +35,8 @@ python -m timelapse.launch --destination ./my-timelapse-images/ --interval-minut
3035
In this example, it will capture one image every five minutes. A log file will be created
3136
in a directory called `logs` under the current working directory.
3237

38+
---
39+
3340
## Creating a timelapse video
3441
Given that the images were stored in the directory used in the example above,
3542
a timelapse video may be created with:

docs/demo.gif

2.77 MB
Loading

0 commit comments

Comments
 (0)