camera_frame_jpeg_t

For internal use only

Synopsis:

#include <camera/camera_api.h>
typedef struct camera_frame_jpeg_t {
    uint64_t bufsize;
} camera_frame_jpeg_t;

Data:

uint64_t bufsize
The size of the JPEG buffer in bytes.

Library:

libcamapi

Description:

Do not use.