w2016561536 / android_virtual_cam

xposed安卓虚拟摄像头 android virtual camera on xposed hook
MIT License
1.31k stars 369 forks source link

Application is using native cam even with toasts appearing #101

Open alasense opened 2 years ago

alasense commented 2 years ago

LSPosed_2022-03-27T19_25_05.550.zip

Application is using native cam even though it shows toasts with resolutions. It is working for one app where it says:

【VCAM】JPEG拍照回调初始化:宽:1920高:1440对应的类:android.hardware.Camera@e93b64c

But on the second app it says

[ 2022-03-27T19:23:45.995 10270: 10868: 10868 I/LSPosed-Bridge ] 【VCAM】应用创建了渲染器:宽:720 高:1280格式256

and photo is taken from native camera. Please help