migrate scripts
This commit is contained in:
parent
c6096d017c
commit
a958145eee
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
config
|
9
android.sh
Executable file
9
android.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
|
||||||
|
scrcpy \
|
||||||
|
--no-playback \
|
||||||
|
--lock-video-orientation=270 \
|
||||||
|
--video-source=camera \
|
||||||
|
--camera-id=2 --camera-size=1920x1080 --camera-fps=30 \
|
||||||
|
--v4l2-sink=/dev/video7
|
Loading…
Reference in a new issue