fix: 🔧 Camera recording and screen off configuration conflict

This commit is contained in:
viarotel 2024-10-29 14:23:35 +08:00
parent dfb1c38b84
commit 4508758fb3

View File

@ -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',
},