Updated: October 28, 2024 |
A 32-bit value that represents a unique identifier for a video group
#include <camera/camera_api.h>
typedef int32_t camera_video_group_id_t;
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().