I am getting the gimbal capabilities by inspecting the capabilities dictionary, as described here.
For DJI Mini 2, I noticed that when I get the value for DJIGimbalParamAdjustYaw, is returns false for isSupported. However, on Android it returns true and that is correct, because I can adjust the yaw from Android successfully.
I am getting the gimbal capabilities by inspecting the
capabilities
dictionary, as described here.For DJI Mini 2, I noticed that when I get the value for
DJIGimbalParamAdjustYaw
, is returnsfalse
forisSupported
. However, on Android it returnstrue
and that is correct, because I can adjust the yaw from Android successfully.