Skip to content

Instantly share code, notes, and snippets.

@burakiren
Created November 24, 2020 12:11
Show Gist options
  • Save burakiren/066e979337d3e52afafd26be806a4459 to your computer and use it in GitHub Desktop.
Save burakiren/066e979337d3e52afafd26be806a4459 to your computer and use it in GitHub Desktop.
Create Ar Session
//Create an ARSession.
mArSession = new ARSession(this);
//Select a specific Config to initialize the ARSession based on the application scenario.
ARWorldTrackingConfig config = new ARWorldTrackingConfig(mArSession);
mArSession.configure(config);
mArSession.resume();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment