Retrieve the ISO setting for the frame.
int camera_meta_get_ISO(const camera_metadata_t metadata,
uint32_t *iso)
BlackBerry 10.3.0
The metadata of type CAMERA_METAFORMAT_EXPOSURE supplied to the user-defined consumer function by camera_meta_iterate_metadata().
The returned ISO setting.
Use this function to extract the ISO setting used when the frame was captured from the provided metadata.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.