AR Camera ACCELEROMETER — Unity Asset implements markerless augmented reality (AR) by using an accelerometer and video camera on the player’s mobile device to display 2D or 3D objects as though they were in the real world. Unity Asset Store ⭐ https://makaka.org/ar-camera
It's an augmented reality for 90% of all mobile devices without using gyroscope and compass, blends game objects and information with the surrounding environment.
☄️ Accelerometer vs. Gyroscope
90% of all mobile devices have an accelerometer and video camera, but only 20% have a gyroscope.
— If you want greater coverage of devices, but less accuracy and stability, use an ACCELEROMETER.
— If you want greater accuracy and stability, use a GYROSCOPE.
You can also try to use both cameras for different cases.
#AR #Unity #Accelerometer