Updated: October 28, 2024 |
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, this function returns a handle for accessing it.
A pointer to the returned camera handle if access is granted.