I want to use EasyAR for my next project, which will require to place some AR content on top of a Studio-Camera input, captured by a capture card (blackmagic). I did some tests, and in general it works, but i am having one issue:
Due to the fact that easyAR is fed by the capture card input, not by the camera itself, it gets wrong values for the focal length of the camera. I need to override those settings manually, but i couldnt find a method or field for changing the camera calibration data in the API. Unfortunately it seems that those calibration data is used for tracking - if i try to match my camera focal length to the one the plugin gets from the capture card, everything works just fine, if i change to lower or higher focal lenghts on my cam the tracking gets bad.
Is there a way to change those settings? (CameraCalibration) I am using the Unity Plugin on a Windows machine.
Thanks a lot!