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 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments