scrcpy/doc
Romain Vimont fe0fc0de37 Add --capture-orientation
Deprecate --lock-video-orientation in favor of a more general option
--capture-orientation, which supports all possible orientations
(0, 90, 180, 270, flip0, flip90, flip180, flip270), and a "locked" flag
via a '@' prefix.

All the old "locked video orientations" are supported:
 - --lock-video-orientation      ->  --capture-orientation=@
 - --lock-video-orientation=0    ->  --capture-orientation=@0
 - --lock-video-orientation=90   ->  --capture-orientation=@90
 - --lock-video-orientation=180  ->  --capture-orientation=@180
 - --lock-video-orientation=270  ->  --capture-orientation=@270

In addition, --capture-orientation can rotate/flip the display without
locking, so that it follows the physical device rotation.

For example:

    scrcpy --capture-orientation=flip90

always flips and rotates the capture by 90° clockwise.

The arguments are consistent with --orientation (which provides a
separate client-side orientation).
2024-11-16 12:14:34 +01:00
..
audio.md Rename --display-buffer to --video-buffer 2024-10-31 19:57:52 +01:00
build.md Update links to 2.7 2024-09-15 21:18:15 +02:00
camera.md Merge branch 'master' into release 2023-11-25 21:37:37 +01:00
connection.md Reorder documentation 2024-03-11 18:05:27 +01:00
control.md Add shortcut for horizontal tilt 2024-09-25 21:38:09 +02:00
develop.md Rename --display-buffer to --video-buffer 2024-10-31 19:57:52 +01:00
device.md Add --screen-off-timeout 2024-11-09 10:26:59 +01:00
gamepad.md Mention issue with AOA and multiple gamepads 2024-09-15 18:58:53 +02:00
keyboard.md Document UHID 2024-03-01 00:52:28 +01:00
linux.md Mention that the Debian package is obsolete 2024-06-13 09:14:40 +02:00
macos.md Add references to prerequisites 2023-03-13 08:43:54 +01:00
mouse.md Update mouse documentation about capture key 2024-10-28 14:55:55 +01:00
otg.md Add gamepad user documentation 2024-09-15 11:21:56 +02:00
recording.md Update documentation for --no-window 2024-05-11 17:12:00 +02:00
shortcuts.md Add shortcut to reset video capture/encoding 2024-11-03 19:31:02 +01:00
tunnels.md Rework README and documentation 2023-03-12 02:04:58 +01:00
v4l2.md Mention exclusive_caps mode in v4l2 documentation 2023-11-28 08:32:28 +01:00
video.md Add --capture-orientation 2024-11-16 12:14:34 +01:00
virtual_display.md Document virtual display and "start app" features 2024-10-28 18:18:36 +01:00
window.md Update documentation for --no-window 2024-05-11 17:12:00 +02:00
windows.md Update links to 2.7 2024-09-15 21:18:15 +02:00