camera_eventmode_t
Event-buffering modes
Synopsis:
#include <camera/camera_api.h>typedef enum {
CAMERA_EVENTMODE_READONLY,
CAMERA_EVENTMODE_READWRITE
} camera_eventmode_t;Data:
- CAMERA_EVENTMODE_READONLY
- Read-only access to buffers is requested.
- CAMERA_EVENTMODE_READWRITE
- Read-write access to buffers is requested.
Library:
libcamapiDescription:
The event-buffering mode dictates the behavior of the inbuffer and outbuffer arguments of the buffer retrieval functions. The enumerated values are for use with the following functions:
You use the following functions to retrieve the buffers:
Page updated:
