class DJICameraParametersListener
interface DJICameraParametersListener
|
Description:
Defines the listeners of the Camera parameters range.
Class Members:
method onCameraISORangeChange
void onCameraISORangeChange(ISO[] newRange)
|
Description:
When the camera ISO range is changed, the listener will receive this callback.
ISO[] newRange | The new range. |
method onCameraExposureCompensationRangeChange
void onCameraExposureCompensationRangeChange(ExposureCompensation[] newRange)
|
Description:
When the camera exposure compensation range is changed, the listener will receive this callback.
method onCameraExposureModeRangeChange
void onCameraExposureModeRangeChange(SettingsDefinitions.ExposureMode[] newRange)
|
Description:
When the camera exposure mode range is changed, the listener will receive this callback.
method onCameraShutterSpeedRangeChange
void onCameraShutterSpeedRangeChange(ShutterSpeed[] newRange)
|
Description:
When the camera shutter speed range is changed, the listener will receive this callback.
method onCameraModeRangeChange
void onCameraModeRangeChange(CameraMode[] newRange)
|
Description:
When the camera mode range is changed, the listener will receive this callback.
method onFlatCameraModeRangeChange
void onFlatCameraModeRangeChange(FlatCameraMode[] newRange)
|
Description:
When the flat camera mode range is changed, the listener will receive this callback.
method onCameraVideoResolutionAndFrameRateRangeChange
void onCameraVideoResolutionAndFrameRateRangeChange(ResolutionAndFrameRate[] newRange)
|
Description:
When the camera video resolution and frame rate range is changed, the listener will receive this callback.
method onCameraApertureRangeChange
void onCameraApertureRangeChange(Aperture[] newRange)
|
Description:
When the camera aperture range is changed, the listener will receive this callback.
method onCameraSSDRawVideoResolutionRangeChange
void onCameraSSDRawVideoResolutionRangeChange(VideoResolution[] newRange)
|
Description:
When the camera SSD raw video resolution and frame rate range is changed, the listener will receive this callback.