enable objec detection on both valchedrym cameras [ci skip]
This commit is contained in:
parent
44a0c8530b
commit
3a4ecb408a
2 changed files with 1 additions and 1 deletions
|
|
@ -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}@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
|
- path: rtsp://${var.valchedrym_camera_credentials}@valchedrym.ddns.net:554/Streaming/Channels/201 # <----- The stream you want to use for detection
|
||||||
detect:
|
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
|
width: 704 # <---- update for your camera's resolution
|
||||||
height: 576 # <---- update for your camera's resolution
|
height: 576 # <---- update for your camera's resolution
|
||||||
objects:
|
objects:
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue