mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-01-19 01:24:12 +01:00
perf: ♻️ Optimize camera recording stability
This commit is contained in:
parent
3dd7525259
commit
952b2a7250
@ -18,7 +18,7 @@ const recordModel = {
|
||||
extname: config => config['--audio-record-format'] || 'opus',
|
||||
},
|
||||
camera: {
|
||||
excludes: ['--video-source', '--turn-screen-off', '--show-touches', '--no-power-on'],
|
||||
excludes: ['--video-source', '--turn-screen-off', '--show-touches', '--no-power-on', '--stay-awake', '--power-off-on-close'],
|
||||
commands: ['--video-source=camera'],
|
||||
extname: config => config['--record-format'] || 'mp4',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user