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?
Please help!
Thanks in Advance!!
Y
Yogesh Jadhav
said
over 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 );
N
Nicola Radacher
said
over 7 years ago
Hi,
You can find details on how to switch the camera front/back here.
Yogesh Jadhav