sky-cam.conf: clean up schedule comments, west camera placeholder
Remove stale SCHEDULE_FULLDAY comment block; add commented west camera slot with instructions so enabling it is a one-line uncomment. https://claude.ai/code/session_01C4jbd3waXG3eKZYbGUjLUQ
This commit is contained in:
+2
-7
@@ -172,7 +172,7 @@ TIMEZONE=America/New_York
|
|||||||
# Each name becomes a subfolder under BASE_DIR (images) and BASE_DIR/movies.
|
# Each name becomes a subfolder under BASE_DIR (images) and BASE_DIR/movies.
|
||||||
# To add a camera: add its name here, add its schedules below, re-run install.sh.
|
# To add a camera: add its name here, add its schedules below, re-run install.sh.
|
||||||
#
|
#
|
||||||
CAMERAS=(east north south) # e.g. CAMERAS=(east north south west)
|
CAMERAS=(east north south) # add west here + uncomment its schedule below when ready
|
||||||
SUNRISE_CAM=east # which camera faces east (gets the sunrise video job)
|
SUNRISE_CAM=east # which camera faces east (gets the sunrise video job)
|
||||||
|
|
||||||
# ── Schedules ─────────────────────────────────────────────────────────────────
|
# ── Schedules ─────────────────────────────────────────────────────────────────
|
||||||
@@ -193,10 +193,6 @@ SUNRISE_CAM=east # which camera faces east (gets the sunrise v
|
|||||||
# movement this automatically triggers the movement montage build.
|
# movement this automatically triggers the movement montage build.
|
||||||
# Space multiple cameras at least 30 min apart to avoid disk contention.
|
# Space multiple cameras at least 30 min apart to avoid disk contention.
|
||||||
#
|
#
|
||||||
# SCHEDULE_FULLDAY_<cam> (one per camera in CAMERAS)
|
|
||||||
# When to run the full-day timelapse job. Also processes YESTERDAY'S images.
|
|
||||||
# Space after SCHEDULE_SEASONS to avoid overlap.
|
|
||||||
#
|
|
||||||
SCHEDULE_SUNRISE=03:00:00
|
SCHEDULE_SUNRISE=03:00:00
|
||||||
|
|
||||||
# Four Seasons daily clip — one per camera, staggered 30 min apart.
|
# Four Seasons daily clip — one per camera, staggered 30 min apart.
|
||||||
@@ -205,8 +201,7 @@ SCHEDULE_SUNRISE=03:00:00
|
|||||||
SCHEDULE_SEASONS_east=01:00:00
|
SCHEDULE_SEASONS_east=01:00:00
|
||||||
SCHEDULE_SEASONS_north=01:30:00
|
SCHEDULE_SEASONS_north=01:30:00
|
||||||
SCHEDULE_SEASONS_south=02:00:00
|
SCHEDULE_SEASONS_south=02:00:00
|
||||||
|
# To add west: uncomment below, add west to CAMERAS above, add CAM_RTSP_west to .env
|
||||||
# Add more cameras here:
|
|
||||||
#SCHEDULE_SEASONS_west=02:30:00
|
#SCHEDULE_SEASONS_west=02:30:00
|
||||||
|
|
||||||
# ── Sunrise video tuning ──────────────────────────────────────────────────────
|
# ── Sunrise video tuning ──────────────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user