Change the scene mode on the camera.
#include <camera/camera_api.h>
camera_error_t camera_set_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.
The desired scene mode to set the camera to.
You specify the scene mode to set using the mode argument. The viewfinder must be running before you set the scene mode. Use camera_get_scene_modes() to determine the scene modes that are supported by the current camera.
The scene mode is reset to default when the viewfinder is stopped.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.