mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
fix: 🔧 Camera recording and screen off configuration conflict
This commit is contained in:
parent
dfb1c38b84
commit
4508758fb3
@ -18,7 +18,7 @@ const recordModel = {
|
||||
extname: config => config['--audio-record-format'] || 'opus',
|
||||
},
|
||||
camera: {
|
||||
excludes: ['--video-source'],
|
||||
excludes: ['--video-source', '--turn-screen-off'],
|
||||
commands: ['--video-source=camera'],
|
||||
extname: config => config['--record-format'] || 'mp4',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user