Skip to content

Commit

Permalink
perf: ♻️ Optimize camera recording
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 23, 2024
1 parent a84c775 commit 4be2cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4be2cf4

Please sign in to comment.