fix: update camera URL to SE-S
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user