Start a new topic

How to change AR Camera Position in Android?

How to change AR Camera Position in Android?


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!!

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 );

 

Hi,

You can find details on how to switch the camera front/back here.

Greetings

Nicola
Login or Signup to post a comment