I am trying to overlay some UI on camera. I need to switch to another activity using android intent.
It is about our current project, where a camera is capturing a predefined marker and we draw a virtual object on a glsurface in android. Now we need use another activity, because it seems glsurface only support DRAWing rather than overlaying some component, eg, button, on it. we just wonder if it possible to start a new activity and switch back through intent.
We searched on the internet for the intent in the AndAR, and some other users reported that the AndAR launched by a second activity through intent does not work.
In addition, assuming activity -> AndAR through intent does not work, can we reverse it as AndAR -> acvitity through intent? and if not is there any other alternative to achieve this?
Thanks