mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-22 20:59:59 +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(
|
const args = `--video-source=camera ${this.$store.preference.getScrcpyArgs(
|
||||||
row.id,
|
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,
|
isCamera: true,
|
||||||
},
|
},
|
||||||
)}`
|
)}`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user