Find here steps of my exploration on how to use Lynx R1.
2
stars
0
forks
source link
Hard Tech Topic: Can we emulate a camera in Android device to inject image in it from Unity3D ? Aim is to extract it with SCRCPY. #83
Open
EloiStree opened 1 year ago
If we can simulate a camera with texture in it from native java code or Unity3D code it would allows to easily extract it with srcpy tool.
I don't have the level of doing but it is possible, it is hard to code?
Some keyword to look around:
Maybe use https://stackoverflow.com/questions/11593982/android-adb-pull-to-memory Adb to pull memory part of the phone instead of file (I suppose ADB is too slow but how know).