占坑,有空写。
两种方法,
-
adb shell app_process
, 通过adb运行java可执行jar,提取更高权限,做到无感知录屏。使用ImageReader
相关类来计算fps; - 在高版本中,主动申请权限,通过
MediaProjectionManager/ImageReader
有感知录屏来计算fps。
占坑,有空写。
两种方法,
adb shell app_process
, 通过adb运行java可执行jar,提取更高权限,做到无感知录屏。使用 ImageReader
相关类来计算fps;MediaProjectionManager/ImageReader
有感知录屏来计算fps。