fix: update camera URL to SE-S

This commit is contained in:
2025-07-31 18:29:09 -06:00
committed by Tanner Collin (aider)
parent f734703dc3
commit e41ca46d1d

View File

@@ -18,7 +18,7 @@ BLUEIRIS_KEY = os.getenv('BLUEIRIS_KEY')
if not BLUEIRIS_KEY:
raise ValueError("BLUEIRIS_KEY environment variable not set.")
CAMERA_URL = "http://cameras.dns.t0.vc/image/Dump?&w=9999&decode=1"
CAMERA_URL = "http://cameras.dns.t0.vc/image/SE-S?&w=9999&decode=1"
MODEL_PATH = 'garage_door_cnn.pth'
CLASS_NAMES = ['closed', 'open'] # From training, sorted alphabetically
POLL_INTERVAL_SECONDS = 30