public class

CameraVideoResolutionAndFrameRate

extends Object
implements Comparable<T>
java.lang.Object
   ↳ dji.common.camera.CameraVideoResolutionAndFrameRate

Class Overview

The camera's video resolution and frame rate.
The supported resolutions and frame rates for the two different analog television standards PAL and NSTC are below:
PAL:4096x2160_24fps
4096x2160_25fps
3840x2160_24fps
3840x2160_25fps
2704X1520_25fps
2704X1520_24fps
1920x1080, 120fps (Slow Motion)
1920x1080_24fps
1920x1080_25fps
1920x1080_48fps
1920x1080_50fps
1280x720_24fps
1280x720_25fps
1280x720_48fps
1280x720_50fps

NTSC:4096x2160_24fps
3840x2160_24fps
3840x2160_30fps
2704X1520_24fps
2704X1520_30fps
1920x1080, 120fps (Slow Motion)
1920x1080_24fps
1920x1080_30fps
1920x1080_48fps
* 1920x1080_60fps
1280x720_24fps
1280x720_30fps
1280x720_48fps
1280x720_60fps

Summary

Public Constructors
CameraVideoResolutionAndFrameRate(DJICameraSettingsDef.CameraVideoResolution resolution, DJICameraSettingsDef.CameraVideoFrameRate frameRate)
CameraVideoResolutionAndFrameRate()
Public Methods
int compareTo(CameraVideoResolutionAndFrameRate cameraVideoResolutionAndFrameRate)
boolean equals(Object o)
DJICameraSettingsDef.CameraVideoFrameRate getFrameRate()
DJICameraSettingsDef.CameraVideoResolution getResolution()
int hashCode()
void setFrameRate(DJICameraSettingsDef.CameraVideoFrameRate frameRate)
Sets the frame rate for the video.
void setResolution(DJICameraSettingsDef.CameraVideoResolution resolution)
Sets the resolution for the video.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public CameraVideoResolutionAndFrameRate (DJICameraSettingsDef.CameraVideoResolution resolution, DJICameraSettingsDef.CameraVideoFrameRate frameRate)

public CameraVideoResolutionAndFrameRate ()

Public Methods

public int compareTo (CameraVideoResolutionAndFrameRate cameraVideoResolutionAndFrameRate)

public boolean equals (Object o)

public DJICameraSettingsDef.CameraVideoFrameRate getFrameRate ()

Returns
  • The frame rate for the video.

public DJICameraSettingsDef.CameraVideoResolution getResolution ()

Returns
  • The resolution for the video.

public int hashCode ()

public void setFrameRate (DJICameraSettingsDef.CameraVideoFrameRate frameRate)

Sets the frame rate for the video.

Parameters
frameRate Frame rate to be set for the video.

public void setResolution (DJICameraSettingsDef.CameraVideoResolution resolution)

Sets the resolution for the video.

Parameters
resolution Resolution to be set for the video.

public String toString ()