public static interface

DJICamera.CameraUpdatedCurrentExposureValuesCallback

dji.sdk.Camera.DJICamera.CameraUpdatedCurrentExposureValuesCallback

Class Overview

This interface is a delegate for setting, which will be called whenever the camera parameters change. In automatic exposure modes (Program, Shutter Priority and Aperture Priority) the camera may be automatically changing aperture, shutter speed and ISO (depending on the mode and camera) when lighting conditions change. In Manual mode, the exposure compensation is automatically updated to let the user know how much the exposure needs to be compensated for to get to an exposure the camera thinks is correct.

Summary

Public Methods
abstract void onResult(DJICamera.DJICameraExposureParameters values)
The input parameter, values, contains the values of camera setting, such as ISO, Exposure Compensation, Shutter Speed and Aperture.

Public Methods

public abstract void onResult (DJICamera.DJICameraExposureParameters values)

The input parameter, values, contains the values of camera setting, such as ISO, Exposure Compensation, Shutter Speed and Aperture.

Parameters
values The updated values for parameters.