Get the current anti-ghosting factor.
#include <camera/camera_hdr.h>
camera_error_t camera_hdr_get_anti_ghosting_factor(camera_hdr_t hdr,
double *factor)
BlackBerry 10.3.0
The HDR session handle obtained from a call to camera_hdr_create().
A pointer to the returned anti-ghosting factor.
When an HDR session is first created, calling this function returns the default anti-ghosting factor.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.