close_external_camera_func_t
Discontinue use of an external camera on the device
Synopsis:
#include <camera/external_camera_api.h>typedef void(* close_external_camera_func_t)(void *handle);Arguments:
- handle
- The handle that's returned from calling the function open_external_camera_func_t.
Library:
libcamapiDescription:
This function frees any internal resources associated with the previously opened camera.
Page updated:
