diff --git a/frigate/stats.py b/frigate/stats.py index 36e7bc547..fef93823f 100644 --- a/frigate/stats.py +++ b/frigate/stats.py @@ -121,7 +121,7 @@ async def set_gpu_stats(config: FrigateConfig, all_stats: dict[str, Any]) -> Non if args and args not in hwaccel_args: hwaccel_args.append(args) - + for stream_input in camera.ffmpeg.inputs: args = stream_input.hwaccel_args