mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-21 20:39:49 +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, {
|
const args = this.$store.preference.scrcpyParameter(row.id, {
|
||||||
isRecord: true,
|
isRecord: true,
|
||||||
excludes: ['--otg', '--mouse=aoa', '--keyboard=aoa'],
|
excludes: ['--otg', '--mouse=aoa', '--keyboard=aoa', '--show-touches'],
|
||||||
})
|
})
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
@ -34,7 +34,7 @@ export default {
|
|||||||
|
|
||||||
let args = this.$store.preference.scrcpyParameter(row.id, {
|
let args = this.$store.preference.scrcpyParameter(row.id, {
|
||||||
isRecord: true,
|
isRecord: true,
|
||||||
excludes: ['--otg', '--mouse=aoa', '--keyboard=aoa', '--video-source'],
|
excludes: ['--otg', '--mouse=aoa', '--keyboard=aoa', '--video-source', '--show-touches'],
|
||||||
})
|
})
|
||||||
|
|
||||||
args += ' --video-source=camera'
|
args += ' --video-source=camera'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user