mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-02 19:27:06 +08:00
Pref: no copy of scrcpy screenshots
This commit is contained in:
@@ -101,7 +101,8 @@ class Scrcpy(ScrcpyCore, Uiautomator2):
|
|||||||
if thread is None or not thread.is_alive():
|
if thread is None or not thread.is_alive():
|
||||||
raise ScrcpyError('_scrcpy_stream_loop_thread died')
|
raise ScrcpyError('_scrcpy_stream_loop_thread died')
|
||||||
if self._scrcpy_last_frame_time > now:
|
if self._scrcpy_last_frame_time > now:
|
||||||
screenshot = self._scrcpy_last_frame.copy()
|
# no copy
|
||||||
|
screenshot = self._scrcpy_last_frame
|
||||||
return screenshot
|
return screenshot
|
||||||
|
|
||||||
@retry
|
@retry
|
||||||
|
|||||||
Reference in New Issue
Block a user