close_external_camera_func_t

Updated: April 19, 2023

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:

libcamapi

Description:

This function frees any internal resources associated with the previously opened camera.