enable objec detection on both valchedrym cameras [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-26 20:57:49 +00:00
parent 44a0c8530b
commit 3a4ecb408a
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 1 deletions

View file

@ -66,7 +66,7 @@ resource "kubernetes_config_map" "config" {
#- path: rtsp://${var.valchedrym_camera_credentials}@192.168.0.11:554/Streaming/Channels/201 # <----- The stream you want to use for detection
- path: rtsp://${var.valchedrym_camera_credentials}@valchedrym.ddns.net:554/Streaming/Channels/201 # <----- The stream you want to use for detection
detect:
enabled: False # <---- disable detection until you have a working camera feed
enabled: True # <---- disable detection until you have a working camera feed
width: 704 # <---- update for your camera's resolution
height: 576 # <---- update for your camera's resolution
objects:

Binary file not shown.