9 lines
183 B
Bash
Executable file
9 lines
183 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
|
|
scrcpy \
|
|
--no-playback \
|
|
--capture-orientation=270 \
|
|
--video-source=camera \
|
|
--camera-id=$1 --camera-size=1920x1080 --camera-fps=30 \
|
|
--v4l2-sink=/dev/video7
|