I was thinking on try running a native android apk app which access the cameras on an android device using the standard android API.
But if someone here already tried, I would appreciate the feedback so I won't loose time coding an camera app and trying myself.
I looked in the issues here to see if I could find any info, but I didn't find anything, apart from some unity code to access camera, which doesn't work.
My test would be more basic... just a standard crude android java apk to show the image from the camera. (no unity!)
After trying java, I was thinking on go full native, with C++ android sdk. I did some native C++ coding for android before, but just for opengl.
anyone?