I want to know if it is possible to detect when the AR Camera (Vuforia) finishes loading to put a "progress bar" while the AR Camera is loading.
Im working with Unity (c#) and Android native (UnitPlayerActivity - Java), so the solution for both platforms is useful.
Thank you
Take a look at these callbacks, maybe they will help.
VuforiaARController.Instance.RegisterVuforiaStartedCallback(OnVuforiaStarted);
VuforiaARController.Instance.RegisterTrackablesUpdatedCallback(OnTrackablesUpdated);
https://library.vuforia.com/content/vuforia-library/en/reference/unity/classVuforia_1_1VuforiaARController.html