Skip to content

Commit

Permalink
修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
w2016561536 committed Aug 22, 2021
1 parent 939d709 commit 9d84920
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开始,按帧排序依次为1000.bmp,1001.bmp,1002.bmp……,最少有3张图片,最大不超过999张(超过了的话文件名会多一位),可以使用Premiere将视频转化为BMP。
**命名规则**"****.bmp" 是bmp图片,文件命名的规则为:从1000.bmp开始,按帧排序依次为1000.bmp,1001.bmp,1002.bmp……,最少有3张图片,最大不超过999张(超过了的话文件名会多一位),可以使用Premiere将视频转化为BMP。

## 具体的使用方法:
1、安装xposed框架(传统xposed,edxp,lsp等均可,不确定虚拟框架能否使用,已经确定VMOS可用,应用转生不可用)
Expand Down

0 comments on commit 9d84920

Please sign in to comment.