camera_hdr_get_anti_ghosting_factor()

Get the current anti-ghosting factor.

Synopsis:

#include <camera/camera_hdr.h>
 
camera_error_t camera_hdr_get_anti_ghosting_factor(camera_hdr_t hdr,                 
                                                   double *factor)

Since:

BlackBerry 10.3.0

Arguments:

hdr

The HDR session handle obtained from a call to camera_hdr_create().

factor

A pointer to the returned anti-ghosting factor.

Library:

libcamerafeatures (For the qcc command, use the -l camerafeatures option to link against this library)

Description:

When an HDR session is first created, calling this function returns the default anti-ghosting factor.

Returns:

CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.