Request a handle to access an external camera
#include <camera/external_camera_api.h>
typedef void*(* open_external_camera_func_t)(uint32_t input);
If the camera is available, a handle for access to the camera is returned.
A pointer to the returned camera handle if access is granted.