I am a new for android. Now I make a prototype for showing camera in 2 views. I already checked this URL(Android Camera preview on two views ( Multi-lenses camera preview )), but I can't do that now.
Please give me a full course.
Thank you!
I am a new for android. Now I make a prototype for showing camera in 2 views. I already checked this URL(Android Camera preview on two views ( Multi-lenses camera preview )), but I can't do that now.
Please give me a full course.
Thank you!
Basically you need to draw the camera into an OpenGL texture and show the texture.
Mikle wrote two versions of this here, feel free to modify the code and add pull requests: https://github.com/Sveder/CardboardPassthrough