I'm using the aframe with ARJS to build an Augmented Reality app. What I'm trying to do is to set the camera to stay fixed with my device camera. when I run my app I see the camera shifted up and left. This causes my AR video to be out of the image tracker area.
This is a question related to my question: Is there a way to set the default camera direction when a page loads, in a-frame?
Appreciate any help.
[UPDATE]
I found out that what is actually happening, is that the Aframe camera is selecting my wide-angle camera (Samsung A51). There is an open issue on the ARJS repository.
If someone knows how to avoid this issue, please leave your anwser.