I'm now working on a project with Cardboard+ Vuforia in Unity. By default the stereoscreens are small on mobile screen. By Default snapshot
but the image tracking is accurate, even if I moved the image to the border of the screen. Move to border snapshot
Limited to the resolution of the mobile phone, I had to enlarge the stereoscreens size, otherwise the real words on image cannot be recoginzed. Then I scaled ARcamera's transform to twice, it's ok to show contents on mobile screen and the words on image can be recognized. Double size snapshot
But the image tracking seems not changed as twice, so if I scan the image at the middle of the camera , and move to the border of the screen , it makes large distance between image and the AR contents Doublesize and move to border snapshot
As I used vuforia 9.8.8 in which there's no clear cardboard supporting configuration such as " screen to lens distance" as which has existed in old version of vuforia , what I can do know to fix this problem?