You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/data
Romain Vimont 1295bf1fb2 Support camera size selection using -m/--camera-ar
In addition to --camera-size to specify an explicit size, make it
possible to select the camera size automatically, respecting the maximum
size (already used for display mirroring) and an aspect ratio.

For example, "scrcpy --video-source=camera" followed by:
 - (no additional arguments)
    : mirrors at the maximum size, any a-r
 - -m1920
    : only consider valid sizes having both dimensions not above 1920
 - --camera-ar=4:3
    : only consider valid sizes having an aspect ratio of 4:3 (+/- 10%)
 - -m2048 --camera-ar=1.6
    : only consider valid sizes having both dimensions not above 2048
      and an aspect ratio of 1.6 (+/- 10%)

Co-authored-by: Simon Chan <1330321+yume-chan@users.noreply.github.com>
8 months ago
..
bash-completion Support camera size selection using -m/--camera-ar 8 months ago
zsh-completion Support camera size selection using -m/--camera-ar 8 months ago
icon.ico Move data/ to app/ 2 years ago
icon.png Move data/ to app/ 2 years ago
icon.svg Move data/ to app/ 2 years ago
open_a_terminal_here.bat Move data/ to app/ 2 years ago
scrcpy-console.bat Use --pause-on-exit from launchers 9 months ago
scrcpy-console.desktop Use --pause-on-exit from launchers 9 months ago
scrcpy-noconsole.vbs Move data/ to app/ 2 years ago
scrcpy.desktop Fix linux desktop files validation 1 year ago