camera_frame_meta_t
A frame descriptor for metadata; this structure is for internal use only
Synopsis:
#include <camera/camera_api.h>
typedef struct {
uint64_t bufsize;
} camera_frame_meta_t;Data:
- uint64_t bufsize
- The size of the frame in bytes.
Library:
libcamapiPage updated:
