mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-21 04:27:06 +01:00
fix: 🐛 Camera configuration conflict
This commit is contained in:
parent
576d287cf4
commit
07cc5f3cc2
@ -32,7 +32,15 @@ export default {
|
||||
const args = `--video-source=camera ${this.$store.preference.getScrcpyArgs(
|
||||
row.id,
|
||||
{
|
||||
excludes: ['--video-source', '--mouse', '--keyboard'],
|
||||
excludes: [
|
||||
'--video-source',
|
||||
'--mouse',
|
||||
'--keyboard',
|
||||
'--turn-screen-off',
|
||||
'--power-off-on-close',
|
||||
'--stay-awake',
|
||||
'--show-touches',
|
||||
],
|
||||
isCamera: true,
|
||||
},
|
||||
)}`
|
||||
|
Loading…
x
Reference in New Issue
Block a user