Set focus Mode to AUTO in UXSDK-V4
已完成Hi everyone, is this the correct way to set the camera's FocusMode to AUTO in the UXSDK-V4? I tried here and it didn't work... Am I missing something?
public static void setFocus() { DJISDKManager.getInstance().getProduct().getCamera().setFocusMode(SettingsDefinitions.FocusMode.AUTO, djiError -> { });
}
-
I would like to ask if there are any error messages when using the `setFocusMode([SettingsDefinitions.FocusMode.AUTO](http://settingsdefinitions.FocusMode.AUTO))` function. Additionally, I would like to know if it is effective to force convert the `Product` to `Aircraft`. Thank you and have a great day!
请先登录再写评论。
评论
3 条评论