class DJILensParametersListener
interface DJILensParametersListener
|
Description:
Defines the listeners of the Camera parameters range.
Class Members:
method onLensISORangeChange
void onLensISORangeChange(@NonNull SettingsDefinitions.ISO[] newRange)
|
Description:
When the lens ISO range is changed, the listener will receive this callback.
method onLensExposureModeRangeChange
void onLensExposureModeRangeChange(@NonNull SettingsDefinitions.ExposureMode[] newRange)
|
Description:
When the lens exposure mode range is changed, the listener will receive this callback.
method onLensShutterSpeedRangeChange
void onLensShutterSpeedRangeChange(@NonNull SettingsDefinitions.ShutterSpeed[] newRange)
|
Description:
When the lens shutter speed range is changed, the listener will receive this callback.
method onLensApertureRangeChange
void onLensApertureRangeChange(@NonNull SettingsDefinitions.Aperture[] newRange)
|
Description:
When the lens aperture range is changed, the listener will receive this callback.
method onLensExposureCompensationRangeChange
void onLensExposureCompensationRangeChange(@NonNull SettingsDefinitions.ExposureCompensation[] newRange)
|
Description:
When the lens exposure compensation range is changed, the listener will receive this callback.
method onLensVideoResolutionAndFrameRateRangeChange
void onLensVideoResolutionAndFrameRateRangeChange(@NonNull ResolutionAndFrameRate[] newRange)
|
Description:
When the lens video resolution and frame rate range is changed, the listener will receive this callback.
method onLensThermalPaletteRangeChange
void onLensThermalPaletteRangeChange(@NonNull SettingsDefinitions.ThermalPalette[] newRange)
|
Description:
When the lens thermal palette range is changed, the listener will receive this callback.