java.lang.Object | |
↳ | dji.common.camera.CameraVideoResolutionAndFrameRate |
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
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
|
Sets the frame rate for the video.
frameRate | Frame rate to be set for the video. |
---|
Sets the resolution for the video.
resolution | Resolution to be set for the video. |
---|