Set focus mode to "Continousauto" on VIOCameraDevice (bug on Galaxy A7?)

0 votes
asked Dec 7, 2020 by ikaro88 (280 points)
In the surface tracking there is the videocameradevice Script that allows setting the focus mode to "Continousauto"
This lets the device focus the camera background correctly
BUT
There is not such an option on the Dense mapping in the VIOCameraDevice.
There is a way to set it?

Actually on a device:
Galaxy A7
Android version: 10

The background camera work only if I set the device strategy inside VIOCameraDevice to "Easy AR Motion Tracker Firs" (otherwise I get a background that does not work), but I need to focus the camera background.
How to do it?

1 Answer

0 votes
answered Feb 9, 2021 by easyarguxin (960 points)

In Sense 4.0,  default mode of Easy AR Motion Tracker is Medium(focus), and external settings are not supported.

In Sense 4.1, default mode of Easy AR Motion Tracker  is  Continousauto(auto focus), and external settings are not supported.

In Sense 4.2,  the default mode of Easy AR Motion Tracker  is  Continousauto(auto focus) "setFocusMode" allows setting the focus mode 

https://help.easyar.cn/EasyAR%20Sense/v4_2/ApiReference/MotionTrackerCameraDevice.html

Galaxy A7 supports Continousauto(auto focus).

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...