perf: ♻️ Optimize camera recording

This commit is contained in:
viarotel 2024-10-23 17:50:20 +08:00
parent a84c775fa1
commit 4be2cf4f14
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ export default {
const args = this.$store.preference.scrcpyParameter(row.id, {
isRecord: true,
excludes: ['--otg', '--mouse=aoa', '--keyboard=aoa'],
excludes: ['--otg', '--mouse=aoa', '--keyboard=aoa', '--show-touches'],
})
try {

View File

@ -34,7 +34,7 @@ export default {
let args = this.$store.preference.scrcpyParameter(row.id, {
isRecord: true,
excludes: ['--otg', '--mouse=aoa', '--keyboard=aoa', '--video-source'],
excludes: ['--otg', '--mouse=aoa', '--keyboard=aoa', '--video-source', '--show-touches'],
})
args += ' --video-source=camera'