You can find details on how to switch the camera front/back here.
Greetings
Nicola
Y
Yogesh Jadhav
said
about 7 years ago
And I have use this method to set Camera Position:-
final StartupConfiguration config = new StartupConfiguration( licenseKey, StartupConfiguration.Features.Geo, StartupConfiguration.CameraPosition.FRONT );
this.architectView.onCreate( config );
Y
Yogesh Jadhav
said
about 7 years ago
Hi, I have integrated the wikitude SDK in Android but I have to change camera position like front and back. I have added some code but its not working can you please provide me solution how to change camera position in Android using Java not using JS?
Yogesh Jadhav