Skip to content

Commit 812dbf8

Browse files
authored
Merge pull request #2800 from caternuson/tl_update
Update Code Comments for Wearable Timelapse Camera Project
2 parents ca525c0 + 6bfdbd6 commit 812dbf8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Wearable_Time_Lapse_Camera/timelapse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# Timelapse script, because timelapse options in raspistill don't power
1414
# down the camera between captures. Script also provides a camera busy LED
1515
# (v2 cameras don't include one) and a system halt button.
16-
# 'gpio' command requires WiringPi: sudo apt-get install wiringpi
1716
# Limitations: if DEST is FAT32 filesystem, max of 65535 files in directory;
1817
# if DEST is ext4 filesystem, may have performance issues above 10K files.
1918
# For intervals <2 sec, better just to use raspistill's timelapse feature.

Wearable_Time_Lapse_Camera/timelapse.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
#!/bin/sh
22

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+
312
# Timelapse script, because timelapse options in raspistill don't power
413
# down the camera between captures. Script also provides a camera busy LED
514
# (v2 cameras don't include one) and a system halt button.

0 commit comments

Comments
 (0)