camera_destroy_video_group()

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.

Library:

libcamapi

Description:

This function releases all associations of cameras with the video group that was created using camera_create_video_group() and then destroys the video group. After successully calling this function, 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.