DJI Mobile SDK Documentation

      class CameraStorageInfos

      class CameraStorageInfos
      Package:dji.sdk.keyvalue.value.camera
      Description:

      The storage information for camera SD card and onboard memory.

      Class Members:

      Members

      method getCurrentStorageType
      CameraStorageLocation getCurrentStorageType()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      Get the current storage location in use by the camera. 0 means that the SD card is currently being used to store media files. 1 indicates that the onboard memory is currently being used to store media files.

      Return:
      CameraStorageLocationReturns the current storage location in use by the camera.
      method getCameraStorageInfoList
      List<CameraStorageInfo> getCameraStorageInfoList()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the details of the current camera storage card, including the details of the SD Card and onboard memory.

      Return:
      List<CameraStorageInfo>Returns details of the current camera storage card.