File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Wearable_Time_Lapse_Camera Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 13
13
# Timelapse script, because timelapse options in raspistill don't power
14
14
# down the camera between captures. Script also provides a camera busy LED
15
15
# (v2 cameras don't include one) and a system halt button.
16
- # 'gpio' command requires WiringPi: sudo apt-get install wiringpi
17
16
# Limitations: if DEST is FAT32 filesystem, max of 65535 files in directory;
18
17
# if DEST is ext4 filesystem, may have performance issues above 10K files.
19
18
# For intervals <2 sec, better just to use raspistill's timelapse feature.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
+ # --------------------------------------------------------------------
4
+ # NOTE !!!!!
5
+ # Do NOT use this script.
6
+ #
7
+ # This is the original script used for the guide. It is out of date
8
+ # and no longer used. It is only here for reference. Use the .py
9
+ # version of the script found in this same repository.
10
+ # --------------------------------------------------------------------
11
+
3
12
# Timelapse script, because timelapse options in raspistill don't power
4
13
# down the camera between captures. Script also provides a camera busy LED
5
14
# (v2 cameras don't include one) and a system halt button.
You can’t perform that action at this time.
0 commit comments