Skip to content

Commit

Permalink
这次是真合理了
Browse files Browse the repository at this point in the history
  • Loading branch information
w2016561536 committed Aug 21, 2021
1 parent 76fc729 commit 0a76139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ xposed安卓虚拟摄像头
### github release里全是静音的。
## 软件对TextureView预览信息替换的视频是 /sdcard/DCIM/Camera/virtual.mp4
## 软件对onPreviewFrame预览信息替换的**照片**是 /sdcard/DCIM/Camera/bmp/****.bmp
"****.bmp" 是bmp图片,文件命名的规则为:从1000.bmp开始,按帧排序依次为1001.bmp,1002.bmp……,最少有2张图片,最大不超过999张(超过了的话文件名会多一位),可以使用Premiere将视频转化为BMP。
"****.bmp" 是bmp图片,文件命名的规则为:从1000.bmp开始,按帧排序依次为1000.bmp,1001.bmp,1002.bmp……,最少有3张图片,最大不超过999张(超过了的话文件名会多一位),可以使用Premiere将视频转化为BMP。

## > 如何获得分辨率??(仅onPreviewFrame需要,其它系统自动处理)
在目标应用中打开摄像头,若创建回调则即可在Xposed log得到分辨率。
Expand Down

0 comments on commit 0a76139

Please sign in to comment.