How to get the projection matrix in EasyAR

195 Views Asked by At

Vuforia provides an easy way to get the projection matrix using the following code VuforiaUnity.GetProjectionGL. Going through the EasyAR documentation, I could not find any similar method. Please suggest if any such method exists.

1

There are 1 best solutions below

0
Raptor On

CameraDevice has a method called projectionGL:

Example usage can be found in their demo projects (see HelloAR.java).