dji.sdk.Camera.DJICamera.CameraUpdatedCurrentExposureValuesCallback |
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.
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. |
The input parameter, values, contains the values of camera setting, such as ISO, Exposure Compensation, Shutter Speed and Aperture.
values | The updated values for parameters. |
---|