Update documentation about video orientation

This commit is contained in:
Romain Vimont
2023-11-20 20:56:36 +01:00
parent c546293f35
commit cdd78273dc
3 changed files with 44 additions and 17 deletions

View File

@@ -101,6 +101,16 @@ scrcpy --video-source=camera --camera-size=1920x1080 -m3000 # error
```
## Rotation
To rotate the captured video, use the [video orientation](video.md#orientation)
option:
```
scrcpy --video-source=camera --camera-size=1920x1080 --orientation=90
```
## Frame rate
By default, camera is captured at Android's default frame rate (30 fps).