Skip to content

Commit f6100f6

Browse files
authored
Add missing option?
1 parent 5015519 commit f6100f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/camera.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ def build_command(self, ffmpeg_loglevel=None, single_frame=False):
247247
+ self.stream_command(self.stream_config, self.stream_codec)
248248
+ (["-frames:v", "1"] if single_frame else [])
249249
+ camera_segment_args
250+
+ (self._config.camera.filter_args if self._pipe_frames else [])
250251
+ (self._config.camera.output_args if self._pipe_frames else [])
251252
)
252253

0 commit comments

Comments
 (0)