Skip to content

Commit

Permalink
fix: incorrect argument ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanleo committed Oct 24, 2021
1 parent fab0908 commit af20ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera/camera.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ func generateSnapshotArguments(inputCfg InputConfiguration, width uint) []string
"-f",
inputCfg.Format,
"-protocol_whitelist",
protocolWhitelist,
"-ss",
"00:00:01.000",
protocolWhitelist,
"-i",
inputCfg.Source,
"-c:v",
Expand Down

0 comments on commit af20ab8

Please sign in to comment.