dji-sdk / Mobile-SDK-iOS

DJI Mobile SDK for iOS: http://developer.dji.com/mobile-sdk/
Other
576 stars 254 forks source link

Mavic 2 Enterprise Advanced drone model isn't included in list of devices #541

Closed YaroTs closed 1 year ago

YaroTs commented 1 year ago

Sdk version: 4.16.2

There are following comments in api documentation for DJICamera and DJILens classes: For Zenmuse H20 Series and Mavic 2 Enterprise Advanced, please use class DJILens.

But I don't see such model inside DJIAircraft or DJICameraDisplayNames strings:

There are only the following models:

public let DJIAircraftModelNameMavic2Enterprise: String public let DJIAircraftModelNameMavic2EnterpriseDual: String

Is DJIAircraftModelNameMavic2Enterprise == Mavic 2 Enterprise Advanced or am I missing something?

DJI-William commented 1 year ago

Yes, it is not supported by iOS and only supported by Android MSDK.

YaroTs commented 1 year ago

Does it make sense to correct iOS docs and exclude this model from methods description in this case?

DJI-William commented 1 year ago

Yes, it is. I think the dev team just copy the doc from Android MSDK doc. Anyway just ignore it for now.