mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Originally, the default scrcpy window always displayed the video stream. Since the OTG mode window only contains the scrcpy logo, it was implemented as a separate component [1]. Later, the --no-video option was added [2] to control the device without mirroring (while still using an adb connection, unlike OTG mode). To support this, sc_screen gained the ability to display a window containing only the scrcpy logo, like in OTG mode. As a result, the main sc_screen component can now be reused in OTG mode, allowing removal of the OTG-specific duplicate implementation (sc_screen_otg). [1] commit |
||
|---|---|---|
| .. | ||
| data | ||
| deps | ||
| src | ||
| tests | ||
| meson.build | ||
| scrcpy-windows.manifest | ||
| scrcpy-windows.rc | ||
| scrcpy.1 | ||