camera_video_group_id_t

Updated: April 19, 2023

A 32-bit value that represents a unique identifier for a video group

Synopsis:

#include <camera/camera_api.h>
typedef int32_t camera_video_group_id_t;

Library:

libcamapi

Description:

A new video group is created by calling the camera_create_video_group() function. The ID returned by this function can then be used in other video group functions, such as camera_destroy_video_group().