MyGit

v1.13

Genymobile/scrcpy

版本发布时间: 2020-04-30 05:09:04

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.13

Changes since v1.12.1:


Highlights

Rotation

The previous release (v1.12) added Ctrl+r to request the device to switch between portrait and landscape.

This release adds two additional rotation features, which do not change the device orientation:

Lock video orientation

The parameter --lock-video-orientation changes the mirroring orientation:

scrcpy --lock-video-orientation 0   # natural orientation
scrcpy --lock-video-orientation 1   # 90° counterclockwise
scrcpy --lock-video-orientation 2   # 180°
scrcpy --lock-video-orientation 3   # 90° clockwise

The locked orientation affects the recording, and never changes across the session.

Display rotation

New shortcuts are introduced to rotate the display at any time:

This affects only the display, not the recording.

The initial value may also be provided on start via --rotation. Possible values are 0, 1, 2 and 3 (having the same meaning as that of --lock-video-orientation).

Multi-display

Some devices may expose secondary displays, like Samsung DeX (#397). To mirror them, a new flag --display has been added:

scrcpy --display 1

Limitations

The secondary display may only be controlled if the device runs at least Android 10 (otherwise it is mirrored in read-only).

Sometimes, mirroring the secondary display just shows a black screen (if some flag called FLAG_SUPPORTS_PROTECTED_BUFFERS is set for the display). There is no known solution for now (see discussions #898 and #1177).

Downscaling quality (trilinear filtering)

If the scrcpy window is far smaller (in pixels) than the Android device, visual quality can be very low (#40, #1284).

To improve the quality, trilinear filtering is enabled when possible (OpenGL 3.0+ or OpenGL ES 2.0+):

mipmaps

(see this comment for more details)

Mipmapping is automatically enabled if the rendering is done by OpenGL 3.0+ or OpenGL ES 2.0+.

On Windows, you may want to force OpenGL (instead of Direct3D) to benefit from this improvement:

scrcpy --render-driver=opengl

On macOS, it is not supported (there is no OpenGL 3.0).

To force-disable mipmaps even on supported versions of OpenGL, use --no-mipmaps.

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

1、 scrcpy-server-v1.13 27.04KB

2、 scrcpy-win32-v1.13.zip 19.02MB

3、 scrcpy-win64-v1.13.zip 21.68MB

4、 SHA256SUMS.txt 264B

5、 SHA256SUMS.txt.asc 833B

查看:2020-04-30发行的版本