File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# timelapse
2
+ [ ![ Build Status] [ ci-badge ]] [ ci-url ]
3
+
2
4
Python library for creating time-lapse videos.
3
5
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
+
5
9
6
10
---
7
11
@@ -17,6 +21,7 @@ python -m pip install ./timelapse
17
21
If you plan to make changes to the library itself, consider
18
22
adding ` --editable ` to the install command.
19
23
24
+ ---
20
25
21
26
## Capturing timelapse images
22
27
Create a directory for storing captured images, e.g.:
@@ -30,6 +35,8 @@ python -m timelapse.launch --destination ./my-timelapse-images/ --interval-minut
30
35
In this example, it will capture one image every five minutes. A log file will be created
31
36
in a directory called ` logs ` under the current working directory.
32
37
38
+ ---
39
+
33
40
## Creating a timelapse video
34
41
Given that the images were stored in the directory used in the example above,
35
42
a timelapse video may be created with:
You can’t perform that action at this time.
0 commit comments