Hi! I have problem trying to get the CONTINUOUS AUTOFOCUS to work in Vuforia 4.0. The below code returned false (unsupported) for every android device.
bool focusModeSet = CameraDevice.Instance.SetFocusMode(CameraDevice.FocusMode.FOCUS_MODE_CONTINUOUSAUTO);
if (!focusModeSet)
{
Debug.Log("Failed to set focus mode (unsupported mode).");
}
Can anyone kindly provide a hint or possible explanation behind this issue? Any help is kindly appreciated! Thanks
I have similar problems with Focus mode ContinuousAuto:
It works, but is too much slow.. and not much accurate,
there is a way to make it more fast? call the one shot autofocus more fast in time? or more accurate?
Vuforia lates version
Unity 5.4.0
Testing on: Samsung S6
Thanks
Marcello