use --capture-orientation since --lock-video-orientation is deprecated in scrcpy 3.1
This commit is contained in:
parent
5051c23150
commit
4a12f606bd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
scrcpy \
|
scrcpy \
|
||||||
--no-playback \
|
--no-playback \
|
||||||
--lock-video-orientation=270 \
|
--capture-orientation=270 \
|
||||||
--video-source=camera \
|
--video-source=camera \
|
||||||
--camera-id=$1 --camera-size=1920x1080 --camera-fps=30 \
|
--camera-id=$1 --camera-size=1920x1080 --camera-fps=30 \
|
||||||
--v4l2-sink=/dev/video7
|
--v4l2-sink=/dev/video7
|
||||||
|
|
Loading…
Add table
Reference in a new issue