
scrcpy
List of commands for scrcpy:
-
scrcpy:ai:219bc how do i connect to scrcpy wirelessly$ scrcpy -s ${DEVICE_SERIAL_NUMBER} --always-on-top --window-borderless --forward-all-clicks --no-display --turn-screen-offtry on your machineexplain this command
-
scrcpy:ai:4c232 Capture the PC screen and output it as a series of JPG images$ scrcpy --record-fps 60 --output-format jpg --no-display --no-control -try on your machineexplain this command
-
scrcpy:ai:8a39d How to let scrcpy turn my camera to capture pc$ scrcpy --max-size 800:600 --crop 800:450:0:135 --record-format h264 -b 2M --record file.mp4try on your machineexplain this command
-
scrcpy:ai:ffa09 let scrcpy camera capture pc screen with control$ scrcpy --crop 1920:1080:0:0 --turn-screen-off --stay-awaketry on your machineexplain this command
-
scrcpy:tldr:02922 scrcpy: Show touches on physical device.$ scrcpy --show-touchestry on your machineexplain this command
-
scrcpy:tldr:07b86 scrcpy: Rotate the display screen. Each incremental value adds a 90 degree counterclockwise rotation.$ scrcpy --rotation ${select}try on your machineexplain this command
-
scrcpy:tldr:21002 scrcpy: Display a mirror of a connected device.$ scrcpytry on your machineexplain this command
-
scrcpy:tldr:25723 scrcpy: Display a mirror of a specific device based on its ID or IP address (find it under the `adb devices` command).$ scrcpy --serial ${select}try on your machineexplain this command
-
scrcpy:tldr:389e5 scrcpy: Record display screen.$ scrcpy --record ${filename-mp4}try on your machineexplain this command
-
scrcpy:tldr:79c0e scrcpy: Set target directory for pushing files to device by drag and drop (non-APK).$ scrcpy --push-target ${path-to-directory}try on your machineexplain this command
-
scrcpy:tldr:f320f scrcpy: Start display in fullscreen mode.$ scrcpy --fullscreentry on your machineexplain this command