dji-sdk / Mobile-SDK-iOS

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

Matrice 300 RTK - DJILens setWhiteBalance is not supported #422

Closed edupazpix4d closed 3 years ago

edupazpix4d commented 3 years ago

Drone: DJI Matrice 300 RTK. Camera: Zenmuse H20T. Mobile SDK: 4.14-trial1.

When calling DJILens setWhiteBalance:

DJILens *lens = self.djiCamera.lenses[i];
[lens setWhiteBalance:cameraWhiteBalance withCompletion:^(NSError * _Nullable error) {

I get the following output:

Setting WhiteBalancing error(-3000) :Error Domain=DJISDKCameraErrorDomain Code=-3000 "This command is no longer supported or not supported in this firmware version.(code:-3000)" UserInfo={NSLocalizedDescription=This command is no longer supported or not supported in this firmware version.(code:-3000)}

MobileSDK: 4.14-trial1

dji-dev commented 3 years ago

Agent comment from Luce Luo in Zendesk ticket #42372:

Dear Customer,

Thank you for contacting DJI. Are you using the H20 series? As the error show, the camera doesn't support the setWhiteBalance feature.

And the M300RTK is not supported by the waypoint mission V1, need to use the waypoint mission V2.

Thanks,

Luce Luo DJI Developer Support

edupazpix4d commented 3 years ago

Drone: DJI Matrice 300 RTK. Camera: Zenmuse H20T.

edupazpix4d commented 3 years ago

In SDK 4.14 it's supported but not accepting parameters.