dji-sdk / Mobile-SDK-Android-V5

MSDK V5 Sample
Other
267 stars 143 forks source link

Memory Card Encryption and Decryption #287

Closed 1232Ga closed 3 months ago

1232Ga commented 6 months ago

In the MSDK v4 for the Mavic 2 Enterprise Drone in Android Studio, there is a callback method available for ejecting the memory card?? Please provide me the callback method....

1232Ga commented 6 months ago

I want know callback method in MSDK V4(For Mavic 2 Drone) not for MSDK V5(Mavic 3 Drone)...

dji-lyt commented 6 months ago

Greetings! MSDK V5 requires the use of the listen interface to set up callback monitoring. The listen interface is KeyManager.listen. The Key it requires can be created using KeyTools,such as: image

The Key corresponding to the Storage information is CameraKey.KeyCameraStorageInfos.

1232Ga commented 6 months ago

how to implement in Mavic 2 Drone in MSDK V4

dji-dev commented 6 months ago

Agent comment from yating.liao in Zendesk ticket #102693:

You can set up a listener for the storage of the aircraft using Camera.setStorageStateCallBack.

°°°