A frame descriptor used for RGB8888 frame types.
typedef struct {
uint32_t height ;
uint32_t width ;
uint32_t stride ;
}camera_frame_rgb8888_t;
BlackBerry 10.0.0
Stride is often called pitch.
Use this file descriptor when CAMERA_FRAMETYPE_RGB8888 is reported as the camera_frametype_t.