camera_framedesc_t
A union that contains all supported available frame descriptors for the Camera library.
Synopsis:
#include <camera/camera_api.h>
typedef union { camera_frame_unspecified_t unspecified; camera_frame_nv12_t nv12; camera_frame_rgb8888_t rgb8888; camera_frame_rgb888_t rgb888; camera_frame_jpeg_t jpeg; camera_frame_gray8_t gray8; camera_frame_meta_t meta; camera_frame_bayer_t bayer; camera_frame_cbycry_t cbycry; camera_frame_compressedvideo_t compvid; camera_frame_compressedaudio_t compaud; camera_frame_rgb565_t rgb565; } camera_framedesc_t;
Since:
BlackBerry 10.0.0
Data:
- camera_frame_unspecified_t
- An unknown frame type or unspecified frame type.
- camera_frame_nv12_t
- The camera_frame_nv12_t member corresponds to the CAMERA_FRAMETYPE_NV12 enumerator in the camera_frametype_t.
- camera_frame_rgb8888_t
- The camera_frame_rgb8888_t member corresponds to the CAMERA_FRAMETYPE_RGB8888 enumerator in the camera_frametype_t.
- camera_frame_rgb888_t
- The camera_frame_rgb888_t member corresponds to the CAMERA_FRAMETYPE_RGB888 enumerator in the camera_frametype_t.
- camera_frame_jpeg_t
- The camera_frame_jpeg_t member corresponds to the CAMERA_FRAMETYPE_JPEG enumerator in the camera_frametype_t.
- camera_frame_gray8_t
- The camera_frame_gray8_t member corresponds to the CAMERA_FRAMETYPE_GRAY8 enumerator in the camera_frametype_t.
- camera_frame_meta_t
- The camera_frame_meta_t member corresponds to the CAMERA_FRAMETYPE_METADATA enumerator in the camera_frametype_t.
- camera_frame_bayer_t
- The camera_frame_bayer_t member corresponds to the CAMERA_FRAMETYPE_BAYER enumerator in the camera_frametype_t.
- camera_frame_cbycry_t
- The camera_frame_cbycry_t member corresponds to the CAMERA_FRAMETYPE_CBYCRY enumerator in the camera_frametype_t.
- camera_frame_compressedvideo_t
- The camera_frame_compressedvideo_t member corresponds to the CAMERA_FRAMETYPE_COMPRESSEDVIDEO enumerator in the camera_frametype_t.
- camera_frame_compressedaudio_t
- The camera_frame_compressedaudio_t member corresponds to the CAMERA_FRAMETYPE_COMPRESSEDAUDIO enumerator in the camera_frametype_t.
- camera_frame_rgb565_t
-
The camera_frame_rgb565_t member corresponds to the
CAMERA_FRAMETYPE_RGB565 enumerator in the
camera_frametype_t.
Since: BlackBerry 10.2.0
Library:
libcamapi (For the qcc command, use the -l camapi option to link against this library)
Description:
A union that contains all supported available frame descriptors for the Camera library.
Last modified: 2014-05-14