java.lang.Object | |
↳ | dji.common.camera.CameraSSDRawVideoResolutionAndFrameRate |
Supported only by X5R camera
Set Raw Video Resolution and Frame Rate of the SSD.
Note, only raw video is saved to the SSD. Compressed video, compressed pictures
and raw pictures are all saved to the SD Card. During video capture, Raw video and
compressed video are saved simultaneously to the SSD and SD Card respectively.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CameraSSDRawVideoResolutionAndFrameRate() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | compareTo(CameraSSDRawVideoResolutionAndFrameRate cameraSSDRawVideoResolutionAndFrameRate) | ||||||||||
boolean | equals(Object o) | ||||||||||
DJICameraSettingsDef.CameraVideoFrameRate | getFrameRate() | ||||||||||
DJICameraSettingsDef.CameraVideoResolution | getResolution() | ||||||||||
int | hashCode() | ||||||||||
void |
setFrameRate(DJICameraSettingsDef.CameraVideoFrameRate frameRate)
Sets the frame rate for SSD.
| ||||||||||
void |
setResolution(DJICameraSettingsDef.CameraVideoResolution resolution)
Sets the resolution for SSD.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Sets the frame rate for SSD.
frameRate | Frame rate to be set for the video. |
---|
Sets the resolution for SSD.
resolution | Resolution to be set for the video. |
---|