Updated: October 28, 2024 |
Disassociate a camera from a video group
#include <camera/camera_api.h>
camera_error_t camera_remove_video_group_entry(camera_video_group_id_t group_id, camera_handle_t handle)
This function disassociates a camera from a video group, after the camera was added using camera_add_video_group_entry(). After the camera has been disassociated, it can record and encode video independently from the group.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.