The frame types identifiers for an image buffer.
#include <camera/camera_api.h>
typedef enum {
CAMERA_FRAMETYPE_UNSPECIFIED = 0
CAMERA_FRAMETYPE_NV12
CAMERA_FRAMETYPE_RGB8888
CAMERA_FRAMETYPE_RGB888
CAMERA_FRAMETYPE_JPEG
CAMERA_FRAMETYPE_GRAY8
CAMERA_FRAMETYPE_METADATA
CAMERA_FRAMETYPE_BAYER
CAMERA_FRAMETYPE_CBYCRY
CAMERA_FRAMETYPE_COMPRESSEDVIDEO
CAMERA_FRAMETYPE_COMPRESSEDAUDIO
CAMERA_FRAMETYPE_RGB565
CAMERA_FRAMETYPE_NUMFRAMETYPES
} camera_frametype_t;
BlackBerry 10.0.0
The camera_frame_nv12_t structure represents this frame type.
The camera_frame_rgb8888_t structure represents this frame type.
The camera_frame_rgb888_t structure represents this frame type.
The camera_frame_jpeg_t structure represents this frame type.
The camera_frame_gray8_t structure represents this frame type.
The camera_frame_meta_t structure represents this frame type.
The camera_frame_bayer_t structure represents this frame type.
The camera_frame_cbycry_t structure represents this frame type.
The camera_frame_compressedvideo_t structure represents this frame type.
The camera_frame_compressedaudio_t structure represents this frame type.
The camera_frame_rgb565_t structure represents this frame type.
Since: BlackBerry 10.2.0
Frame types are used to distinguish between frame descriptors within a camera_buffer_t structure.