List
How get the image frames from Camera
Posted Date: 2018-08-22 1:54     Edited Date: 2018-08-22 23:59     Writer: inactive

Hi,I use Maxst AR sdk in unity3D.

Now I want to get the image frames form ARcamera,because i want to handle the image frame.

Hope your answer,thank you

Posted Date: 2018-08-22 23:59     Edited Date: 2018-08-22 23:59     Writer: inactive

Hi,

You can use TrackedImage class for getting camer image.

Please refer code snippet below.

TrackedImage image = TrackerManager.UpdateTrackingState().GetImage();

Thank you

Jack, SDK support team