Configures the autofocus, auto exposure, and auto white balance (the 3A algorithms) locks on the camera.
#include <camera/camera_api.h>
camera_error_t camera_set_3a_lock(camera_handle_t handle,
uint32_t locks)
BlackBerry 10.0.0
The handle returned by a call to the camera_open() function.
A bitmask of 3A algorithms to lock on the camera.
The viewfinder must be running before using this function.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.