[Unity SDK] is MotionTrackerCameraDevice.isAvailable(); a good way to detect if a phone is viocamera compatible?

0 votes
asked Sep 11 by ikaro88 (450 points)
edited Sep 11 by ikaro88
In my code I have this condition
  bool isVioSupported = MotionTrackerCameraDevice.isAvailable();
that I use to detect if a phone is compatible with VIOcamera
but on the phone samsung s22 ultra this condition is false

could be this because I am using an old version of easyar (is a 2019 version 4.1 )

1 Answer

0 votes
answered 1 day ago by kenn (19,270 points)
edited 1 day ago by kenn
No. This api has been blocked to let the design less confusing. Please follow the new documents and samples, use ARSession.Assemble and read the full report for details.

https://help.easyar.com/EasyAR%20Sense%20Unity%20Plugin/latest/ARScene/ARSession-Workflow.html

EasyAR Motion Tracker is not the only frame source that could be used.

Upgrade to the latest version! Google will not accept old versions if you are going to publish your app.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...