open_external_camera_func_t

Request a handle to access an external camera

Synopsis:

#include <camera/external_camera_api.h>
typedef void*(* open_external_camera_func_t)(uint32_t input);

Arguments:

input
The camera input parsed from the configuration file.

Library:

libcamapi

Description:

If the camera is available, a handle for access to the camera is returned.

Returns:

A pointer to the returned camera handle if access is granted.