mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-08 02:25:43 +00:00
Add --lock-video-orientation=initial
Add a new mode to the --lock-video-orientation option, to lock the initial orientation of the device. This avoids to pass an explicit value (0, 1, 2 or 3) and think about which is the right one.
This commit is contained in:
parent
151bc16644
commit
fd0dc6c0cd
6 changed files with 44 additions and 10 deletions
|
@ -84,9 +84,9 @@ This is a workaround for some devices not behaving as expected when setting the
|
|||
|
||||
.TP
|
||||
.BI "\-\-lock\-video\-orientation " value
|
||||
Lock video orientation to \fIvalue\fR. Possible values are -1 (unlocked), 0, 1, 2 and 3. Natural device orientation is 0, and each increment adds a 90 degrees otation counterclockwise.
|
||||
Lock video orientation to \fIvalue\fR. Possible values are "unlocked", "initial" (locked to the initial orientation), 0, 1, 2 and 3. Natural device orientation is 0, and each increment adds a 90 degrees otation counterclockwise.
|
||||
|
||||
Default is -1 (unlocked).
|
||||
Default is "unlocked".
|
||||
|
||||
.TP
|
||||
.BI "\-\-max\-fps " value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue