Hello.
We have obtained a Vuforia.Image object with:
CameraDevice.Instance.GetCameraImage(mPixelFormat);
We are trying to dispose it to free resources, but there is not direct method and the class does not implement the iDisposable interface. How can I release it?
Thank you!
P.S. Is there any documentation for Vuforia classes. I haven't been able to find it.
Hello,
Vuforia API documentation for the Unity Extension can be found here: https://library.vuforia.com/sites/default/api/unity/index.html
Thanks.