Skip to content

Commit

Permalink
Merge pull request #2800 from caternuson/tl_update
Browse files Browse the repository at this point in the history
Update Code Comments for Wearable Timelapse Camera Project
  • Loading branch information
makermelissa committed May 2, 2024
2 parents ca525c0 + 6bfdbd6 commit 812dbf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion Wearable_Time_Lapse_Camera/timelapse.py
Expand Up @@ -13,7 +13,6 @@
# Timelapse script, because timelapse options in raspistill don't power
# down the camera between captures. Script also provides a camera busy LED
# (v2 cameras don't include one) and a system halt button.
# 'gpio' command requires WiringPi: sudo apt-get install wiringpi
# Limitations: if DEST is FAT32 filesystem, max of 65535 files in directory;
# if DEST is ext4 filesystem, may have performance issues above 10K files.
# For intervals <2 sec, better just to use raspistill's timelapse feature.
Expand Down
9 changes: 9 additions & 0 deletions Wearable_Time_Lapse_Camera/timelapse.sh
@@ -1,5 +1,14 @@
#!/bin/sh

#--------------------------------------------------------------------
# NOTE !!!!!
# Do NOT use this script.
#
# This is the original script used for the guide. It is out of date
# and no longer used. It is only here for reference. Use the .py
# version of the script found in this same repository.
#--------------------------------------------------------------------

# Timelapse script, because timelapse options in raspistill don't power
# down the camera between captures. Script also provides a camera busy LED
# (v2 cameras don't include one) and a system halt button.
Expand Down

0 comments on commit 812dbf8

Please sign in to comment.