Example of Enhancing AR Support for MapMint4ME and adding GPS Satellite Tracking - aditis1204/MapMint4ME GitHub Wiki
Augmented Reality Support to MapMint4ME Example:
The first thing that we need to make sure before using any AR feature on a mobile device is the support of ARCore library on the device. There are a limited number of devices presently with ARCore support here is a list of ARCore Supported Devices. Understanding the working and develop using ARCore some Fundamental concepts of ARCore must be studied. ARCore enables experiences that can make virtual content appear to rest on real surfaces or be attached to real-world locations. If the device doesn't have an ARCore support then the app can be tested through Android Emulator in Android Studio. There are a few basic requirements and steps to add AR support to Android Emulator.
There are 3 new functionalities added to MapMint4ME following is an example:
AR Simulation Video Link:
Here is a video link tutorial of using AR Simulation
AR Scale + Export Video Link:
Here is a video link tutorial of using AR Scale + Export
GPS Satellite Module:
Here is a video link tutorial of using GPS Satellite