Replies: 1 comment 1 reply
-
似乎应该是用回调函数的办法
但是我前后两次调用截图得到的是同一张图片,仍然无法实现实时截图 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我在尝试在linux终端下使用python运行maa任务,同时希望在过程中获取截图。我已经能够使用如下代码获取截图了
但是调用AsstGetImage获取到的似乎是上个task运行的最后一张截图,而非立即获取的。
请问AsstAsyncScreencap接口是否能实现这一需求呢?
AsstAsyncScreencap是异步的函数,请问如何在python中调用才正确呢?我尝试了几种办法都不管用,不能捕获实时截图:
已经参照sample.py里面添加了__set_lib_properties
Beta Was this translation helpful? Give feedback.
All reactions