We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8732876 commit bdf0a05Copy full SHA for bdf0a05
cli/screenshot.go
@@ -95,6 +95,7 @@ var screencaptureCmd = &cobra.Command{
95
// Start screen capture and stream to stdout
96
err = targetDevice.StartScreenCapture(devices.ScreenCaptureConfig{
97
Format: screencaptureFormat,
98
+ Scale: scale,
99
Quality: devices.DefaultMJPEGQuality,
100
OnProgress: func(message string) {
101
utils.Verbose(message)
0 commit comments