This commit is contained in:
Josh Hawkins 2023-10-22 11:18:59 -05:00
parent 1d59a30a44
commit 8c9c629f01

View File

@ -1641,7 +1641,9 @@ class TestConfig(unittest.TestCase):
"width": 1920,
"fps": 5,
},
"onvif": {"autotracking": {"movement_weights": "1.23, 2.34, 0.50"}},
"onvif": {
"autotracking": {"movement_weights": "0, 1, 1.23, 2.34, 0.50"}
},
}
},
}