dji-sdk / Mobile-SDK-Android

DJI Mobile SDK for Android: http://developer.dji.com/mobile-sdk/
Other
972 stars 579 forks source link

StorageState get SD Card state #384

Open MRwangqi opened 5 years ago

MRwangqi commented 5 years ago
Camera..setStorageStateCallBack(new StorageState.Callback() {
            @Override
            public void onUpdate(@NonNull StorageState storageState) {
                storageState.getAvailableCaptureCount();//result 0
                storageState.getRemainingSpaceInMB();//result 0
                storageState.getTotalSpaceInMB();//result 0
            }
        });

Android DJI SDK get Camera StorageState,All results are 0 ,Is there any way to get the sdcard storage?

dji-sdk[bot] commented 5 years ago

Hi, there are two options for you to ask for help:

  1. Post your issues on StackOverflow: https://stackoverflow.com/questions/tagged/dji-sdk, the community can help you.

  2. Report your issues to dev@dji.com, as it's our official channel for developers to request DJI Developer Support now.

For DJI Developer Support, we have the following three tiers:

maoxiang1991 commented 3 years ago

We occasionally ran into this problem, at this point we switched to the DJI GO4, information about SD card was displayed normally.