camera_destroy_video_group()

Updated: April 19, 2023

Destroy a video group for synchronized video recording/encoding

Synopsis:

#include <camera/camera_api.h>
camera_error_t camera_destroy_video_group(camera_video_group_id_t group_id)

Arguments:

group_id
The ID of the video group to destroy (see camera_video_group_id_t).

Library:

libcamapi

Description:

This function releases all associations of cameras with the video group created using camera_create_video_group(), and then destroys this group. After this function succeeds, the group ID can no longer be used in any other API function call.

Returns:

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