Updated: October 28, 2024 |
Disable the specified event
#include <camera/camera_api.h>
camera_error_t camera_disable_event(camera_handle_t handle, camera_eventkey_t key)
Use this function to disable an event when you no longer want to receive it.
For more information, see Using event mode.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.