camera_remove_video_group_entry()

Disassociates a camera from a video group

Synopsis:

#include <camera/camera_api.h>
camera_error_t camera_remove_video_group_entry(camera_video_group_id_t group_id,
                                               camera_handle_t handle)

Arguments:

group_id
The ID of the video group.
handle
The camera handle of the camera.

Library:

libcamapi

Description:

This function removes a camera from an association with a video group that was added using the camera_add_video_group_entry(). After a camera has been disassociated from a video group, it can record and encode video independently from the video group.

Returns:

CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.