Skip to content

Commit

Permalink
Merge pull request #126 from olekenneth/patch-1
Browse files Browse the repository at this point in the history
Add missing option - filter_args?
  • Loading branch information
roflcoopter committed Mar 22, 2021
2 parents 5015519 + f6100f6 commit 3b89096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def build_command(self, ffmpeg_loglevel=None, single_frame=False):
+ self.stream_command(self.stream_config, self.stream_codec)
+ (["-frames:v", "1"] if single_frame else [])
+ camera_segment_args
+ (self._config.camera.filter_args if self._pipe_frames else [])
+ (self._config.camera.output_args if self._pipe_frames else [])
)

Expand Down

0 comments on commit 3b89096

Please sign in to comment.