dji.sdk.Camera.DJICameraParameters.DJICameraParametersListener |
Notified when the the camera parameters' range changes.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | onCameraApertureRangeChange(CameraAperture[] newRange) When the camera aperture range is changed, the listener will receive this callback. | ||||||||||
abstract void | onCameraExposureCompensationRangeChange(CameraExposureCompensation[] newRange) When the camera exposure compensation range is changed, the listener will receive this callback. | ||||||||||
abstract void | onCameraExposureModeRangeChange(CameraExposureMode[] newRange) When the camera exposure mode range is changed, the listener will receive this callback. | ||||||||||
abstract void | onCameraISORangeChange(CameraISO[] newRange) When the camera ISO range is changed, the listener will receive this callback. | ||||||||||
abstract void | onCameraModeRangeChange(CameraMode[] newRange) When the camera mode range is changed, the listener will receive this callback. | ||||||||||
abstract void | onCameraShutterSpeedRangeChange(CameraShutterSpeed[] newRange) When the camera shutter speed range is changed, the listener will receive this callback. | ||||||||||
abstract void | onCameraVideoResolutionAndFrameRateRangeChange(VideoResolutionFps[] newRange) When the camera video resolution and frame rate range is changed, the listener will receive this callback. |
When the camera aperture range is changed, the listener will receive this callback.
newRange | The new range. |
---|
When the camera exposure compensation range is changed, the listener will receive this callback.
newRange | The new range. |
---|
When the camera exposure mode range is changed, the listener will receive this callback.
newRange | The new range. |
---|
When the camera ISO range is changed, the listener will receive this callback.
newRange | The new range. |
---|
When the camera mode range is changed, the listener will receive this callback.
newRange | The new range. |
---|
When the camera shutter speed range is changed, the listener will receive this callback.
newRange | The new range. |
---|
When the camera video resolution and frame rate range is changed, the listener will receive this callback.
newRange | The new range. |
---|