Get the range of supported anti-ghosting factors.
#include <camera/camera_hdr.h>
camera_error_t camera_hdr_get_anti_ghosting_range(camera_hdr_t hdr,
double *min,
double *max)
BlackBerry 10.3.0
The HDR session handle obtained from a call to camera_hdr_create().
A pointer to the returned minimum anti-ghosting factor.
A pointer to the returned maximum anti-ghosting factor.
This function is used to retrieve the range of supported anti-ghosting factors that can be set with camera_hdr_set_anti_ghosting_factor().
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.