From 91006bf5f6e0b2f23e9939a8d7f0007bbd457359 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 20 Apr 2026 15:59:12 +0000 Subject: [PATCH] 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 --- sky-cam.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sky-cam.conf b/sky-cam.conf index 0d006b9..65c29d7 100644 --- a/sky-cam.conf +++ b/sky-cam.conf @@ -172,7 +172,7 @@ TIMEZONE=America/New_York # 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. # -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) # ── Schedules ───────────────────────────────────────────────────────────────── @@ -193,10 +193,6 @@ SUNRISE_CAM=east # which camera faces east (gets the sunrise v # movement this automatically triggers the movement montage build. # Space multiple cameras at least 30 min apart to avoid disk contention. # -# SCHEDULE_FULLDAY_ (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 # 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_north=01:30:00 SCHEDULE_SEASONS_south=02:00:00 - -# Add more cameras here: +# To add west: uncomment below, add west to CAMERAS above, add CAM_RTSP_west to .env #SCHEDULE_SEASONS_west=02:30:00 # ── Sunrise video tuning ──────────────────────────────────────────────────────