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.
VuforiaUnity.GetProjectionGL
CameraDevice has a method called projectionGL:
CameraDevice
projectionGL
Example usage can be found in their demo projects (see HelloAR.java).
HelloAR.java
CameraDevicehas a method calledprojectionGL:Example usage can be found in their demo projects (see
HelloAR.java).