mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 16:42:18 +03:00
Autotracking improvements (#17955)
* add zoom time to movement predictions * config migrator * add space to face rename regex * more debug * only calculate zoom time of relative move * fix test * make migrated movement weight a zero * check for str and bool for movestatus support
This commit is contained in:
@@ -1491,7 +1491,9 @@ class TestConfig(unittest.TestCase):
|
||||
"fps": 5,
|
||||
},
|
||||
"onvif": {
|
||||
"autotracking": {"movement_weights": "0, 1, 1.23, 2.34, 0.50"}
|
||||
"autotracking": {
|
||||
"movement_weights": "0, 1, 1.23, 2.34, 0.50, 1"
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
@@ -1504,6 +1506,7 @@ class TestConfig(unittest.TestCase):
|
||||
"1.23",
|
||||
"2.34",
|
||||
"0.5",
|
||||
"1.0",
|
||||
]
|
||||
|
||||
def test_fails_invalid_movement_weights(self):
|
||||
|
||||
Reference in New Issue
Block a user