|
@@ -572,7 +572,7 @@ class TestConfig(unittest.TestCase):
|
|
assert config == frigate_config.dict(exclude_unset=True)
|
|
assert config == frigate_config.dict(exclude_unset=True)
|
|
|
|
|
|
runtime_config = frigate_config.runtime_config
|
|
runtime_config = frigate_config.runtime_config
|
|
- assert runtime_config.cameras["back"].motion.frame_height >= 120
|
|
|
|
|
|
+ assert runtime_config.cameras["back"].motion.frame_height == 50
|
|
|
|
|
|
def test_motion_contour_area_dynamic(self):
|
|
def test_motion_contour_area_dynamic(self):
|
|
|
|
|
|
@@ -601,7 +601,7 @@ class TestConfig(unittest.TestCase):
|
|
assert config == frigate_config.dict(exclude_unset=True)
|
|
assert config == frigate_config.dict(exclude_unset=True)
|
|
|
|
|
|
runtime_config = frigate_config.runtime_config
|
|
runtime_config = frigate_config.runtime_config
|
|
- assert round(runtime_config.cameras["back"].motion.contour_area) == 99
|
|
|
|
|
|
+ assert round(runtime_config.cameras["back"].motion.contour_area) == 30
|
|
|
|
|
|
def test_merge_labelmap(self):
|
|
def test_merge_labelmap(self):
|
|
|
|
|