v1.2.4
Fix:
- 安卓在录屏强制中止的情况下,下一次启动录屏时优先清理之前的录屏再开始新录屏,避免启动录屏失败
- 部分手机如oppo/vivo等,在没有安装/启用yosemite输入法时无法使用,改用
adb shell input text
输入(不支持中文) wake
接口先尝试使用keyevent224
和82
解锁android屏幕,如果解锁失败,再尝试用yosemite解锁- 图像识别:计算置信度过程加入极限值噪点,修复纯色状态时置信度异常高的问题。RGB模式对极限值进行裁剪,修复色相角度计算异常的问题。
Add:
- 新增Android 12的minicap截图支持
Fix:
- When Android screen recording is forcibly suspended, the next time you start screen recording, it will prioritize cleaning up the previous recording screen before starting a new screen recording to avoid starting screen recording failure
- Some mobile phones such as oppo/vivo cannot be used without yosemite input method installed/enabled. Use
adb shell input text
instead (Chinese is not supported) wake
interface first try to usekeyevent224
and82
to unlock the android screen, if the unlocking fails, try to unlock it with yosemite- Image recognition: Add limit value noise to the process of calculating the confidence level to fix the problem of abnormally high confidence in the pure color state. RGB mode cuts the limit value and fixes the problem of abnormal hue angle calculation.
Add:
- Added
Android 12
minicap screenshot support