Updated Question - How to set the correct device camera with ARJS and Aframe?

Viewed 427

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.

1 Answers
Related