mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-20 20:21:38 +01:00
perf: ♻️ Optimize camera recording
This commit is contained in:
parent
a84c775fa1
commit
4be2cf4f14
@ -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 {
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user