Update Rpi preset (#6385)

* Update Rpi preset

* Fix rpi test
This commit is contained in:
Nicolas Mowen
2023-05-04 16:55:44 -06:00
committed by GitHub
parent 85015d9409
commit 305323c9e9
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ class TestFfmpegPresets(unittest.TestCase):
assert "preset-rpi-64-h264" not in (
" ".join(frigate_config.cameras["back"].ffmpeg_cmds[0]["cmd"])
)
assert "-c:v h264_v4l2m2m" in (
assert "-c:v:1 h264_v4l2m2m" in (
" ".join(frigate_config.cameras["back"].ffmpeg_cmds[0]["cmd"])
)