public class

CameraSSDState

extends Object
java.lang.Object
   ↳ dji.common.camera.CameraSSDState

Class Overview

This class contains the information about camera's Solid State Drive (SSD) information, including state, whether it is connected, its capacity, video size and rate, etc. Supported only by the X5R camera an X5S camera.

Summary

Public Constructors
CameraSSDState()
Public Methods
int getAvailableRecordingTimeInSeconds()
SSD's remaining time in seconds assuming the current DJICameraVideoResolution and DJICameraVideoFrameRate.
int getRAWPhotoBurstCount()
Number of photos that are shot in RAW burst mode.
long getRemainingSpaceInMegaBytes()
SSD's remaining capacity in MB.
CameraSSDOperationState getSSDOperationState()
SSD state information for currently executing operations.
CameraSSDCapacity getTotalSpace()
SSD's total capacity.
DJICameraSettingsDef.CameraVideoFrameRate getVideoFrameRate()
Video frame rate to be saved to SSD.
DJICameraSettingsDef.CameraVideoResolution getVideoResolution()
Video resolution to be saved to SSD.
boolean isConnected()
true if SSD is connected.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CameraSSDState ()

Public Methods

public int getAvailableRecordingTimeInSeconds ()

SSD's remaining time in seconds assuming the current DJICameraVideoResolution and DJICameraVideoFrameRate.

Returns
  • SSD's remaining time measured in seconds.

public int getRAWPhotoBurstCount ()

Number of photos that are shot in RAW burst mode.

public long getRemainingSpaceInMegaBytes ()

SSD's remaining capacity in MB.

Returns
  • SSD's remaining capacity measured in MB.

public CameraSSDOperationState getSSDOperationState ()

SSD state information for currently executing operations.

public CameraSSDCapacity getTotalSpace ()

SSD's total capacity.

Returns
  • Total SSD capacity.

public DJICameraSettingsDef.CameraVideoFrameRate getVideoFrameRate ()

Video frame rate to be saved to SSD.

Returns
  • The SSD's video frame rate.

public DJICameraSettingsDef.CameraVideoResolution getVideoResolution ()

Video resolution to be saved to SSD.

Returns
  • SSD's video resolution.

public boolean isConnected ()

true if SSD is connected. When isConnected is NO, the values for other properties in DJICameraSSDState are undefined.

Returns
  • true if SSD is connected.