camera_preview_frame_flags_t

This structure represents camera preview frame status

Synopsis:

#include <camera/external_camera_api.h>
typedef struct camera_preview_frame_flags_t {
    bool captured;
    bool freeInputBuffer;
} camera_preview_frame_flags_t;

Data:

bool captured
This value is true if a preview frame was captured; otherwise, it is set to false for initial pipelining.
bool freeInputBuffer
This value is true if the input buffer provided wasn't consumed by the ISP and should be freed; otherwise false.

Library:

libcamapi