MyGit

v1.18

Genymobile/scrcpy

版本发布时间: 2021-06-21 04:12:14

Genymobile/scrcpy最新发布版本:v2.7(2024-09-16 03:30:02)

To receive a notification on new releases, click on Watch > Releases only on the top.


scrcpy v1.18

Changes since v1.17:


Highlights

Android 12

Since Android 12, creating a secure display with shell permissions is not permitted anymore (#2129). As a consequence, protected content may not be mirrored on Android 12. To avoid an immediate crash when mirroring a device with Android 12 (preview), create a non-secure display. This is basically a revert of the fix for #36.

Android 12 also required some changes from scrcpy to write to the settings, needed for --stay-awake and --show-touches (#2402).

V4L2 (device screen capture as a webcam)

On Linux, a V4L2 sink (#2268) allows to expose the device screen as a webcam on the computer.

Once a new video device is created with v4l2loopback (for example /dev/video1), scrcpy can expose the video stream as a webcam instead of (or in addition to) displaying it in a window:

scrcpy --v4l2-sink=/dev/video1 --no-display

More details here.

The stream can then be opened with any V4L2-capable software. This allows for example expose the device screen to your favorite video-conference tool or to capture it directly from OBS (select Video Capture Device (V4L2) as a source).

Lock video orientation

The option to lock the video orientation now allows to lock the initial orientation. This avoids to pass an explicit orientation value.

It also simplifies V4L2 usage, which does not support video dimension changes.

Power off on close

On closing scrcpy, a new option to power off the device automatically (#824):

scrcpy --power-off-on-close

New shortcuts

The 4th and 5th buttons were not used. Now, the 4th button triggers APP_SWITCH and the 5th expands the notification panel on single click and the settings panel on double click (#2258, #2260, #2264).

The keyboard shortcut MOD+n+n has also been added to expand the settings panel.

Resize to fit

When the scrcpy window is resized, black borders may be added to preserve the aspect ratio of the device screen. It is possible to automatically resize the window to remove them (MOD+w or double click).

However, it preserved the left-corner location of the window. Now, it preserves the device screen content location (#2387).

Push to /sdcard/Download/

A file drag&drop to the scrcpy window used to push to /sdcard/ by default. Now the default is /sdcard/Download/.

It can still be changed by --push-target.

Log input events

In verbose mode (scrcpy -Vverbose), all input events sent to the device are printed in the console (#2371). This can be useful for debugging.

相关地址:原始地址 下载(tar) 下载(zip)

1、 scrcpy-server-v1.18 36.46KB

2、 scrcpy-win32-v1.18.zip 21.64MB

3、 scrcpy-win64-v1.18.zip 25.22MB

4、 SHA256SUMS.txt 264B

5、 SHA256SUMS.txt.asc 833B

查看:2021-06-21发行的版本