Skip to content
scrcpy v1.18

Changes since v1.17:
 - Add support for Android 12 (#2129, #2402)
 - Add support for V4L2 (device screen capture as a webcam)
   (#2232, #2233, #2268)
 - Add an option to lock the initial video orientation
 - Add an option to power off the device on close (#824)
 - Bind 4th mouse button to APP_SWITCH (#2258)
 - Bind 5th mouse button to expand notification panel (#2258)
 - Expand settings panel on double-expand notification panel
   (#2260, #2264)
 - Push to /sdcard/Download by default (#2384)
 - Center the window on resize-to-fit (#2387)
 - Increase possible display id range (#2009)
 - Log input events in verbose mode (#2371)
 - Fix touch events parameters (#2125)
 - Fix left click on Samsung Browser (#2169)
 - Remove option --render-expired-frames (#2268)
 - Pass scrcpy-noconsole arguments through to scrcpy on Windows (#2052)
 - Upgrade platform-tools to 31.0.2 (adb) in Windows releases
 - Various technical fixes