Query the current scene mode of the camera.
#include <camera/camera_api.h>
camera_error_t camera_get_scene_mode(camera_handle_t handle,
camera_scenemode_t *mode)
BlackBerry 10.0.0
The handle returned by a call to the camera_open() function.
A pointer to a camera_scenemode_t value in which to return the currently configured scene mode.
Use this function to retrieve the currently configured scene mode for the camera.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.