Skip to content

Commit

Permalink
increase video capture quality
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Jan 24, 2024
1 parent 5d767e0 commit 5a99a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/video/implementations/linux-video/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class LinuxVideo implements Video {
this.proc = spawn(
'gst-launch-1.0',
[
`v4l2src ! decodebin ! videocrop left=90 right=90 bottom=70 top=70 ! jpegenc quality=10 ! multifilesink location="${
`v4l2src ! decodebin ! jpegenc quality=50 ! multifilesink location="${
this.captureFolder
}/%06d.jpg"`,
],
Expand Down

0 comments on commit 5a99a34

Please sign in to comment.