Data types in camera_api.h
Contains structures, typedefs, and enumerations that are available in the Camera Library.
Related links
- camera_api.h
Functions, enumerated types, structures, types, and defines for the Camera library.
- Camera access mode flags
The camera access mode flags that are passed to the camera_open function to indicate the type of access that is required.
- camera_3a_t
The autofocus, auto exposure, and auto white balance, or simply 3A.
- camera_bayerformat_t
The Bayer array pixel component format.
- camera_buffer_t
Structure representing the buffers handled by callbacks used by the Camera library.
- camera_devstatus_t
The status of the camera.
- camera_error_t
Error codes for the Camera library.
- camera_eventkey_t
A camera event key that is used to identify an event that is enabled.
- camera_eventmode_t
Event buffering modes.
- camera_exposuremode_t
The exposure mode of the camera.
- camera_feature_t
The camera capabilities or features available on the camera.
- camera_flashmode_t
The status of the flash that is used by set mode functions in the Camera library.
- camera_framedesc_t
A union that contains all supported available frame descriptors for the Camera library.
- camera_focusmode_t
The focus mode of the camera.
- camera_focusstate_t
The state of the autofocus algorithm on the camera.
- camera_frametype_t
The frame types identifiers for an image buffer.
- camera_frame_bayer_t
A frame descriptor for a Bayer frame type.
- camera_frame_bayer10_t
A frame descriptor for a Bayer 10-bit frame type.
- camera_frame_cbycry_t
Structure representing a frame descriptor for a YCbCr 4:2:2 packed frame type.
- camera_frame_gray8_t
A frame descriptor for 8-bits per pixel grayscale frame types.
- camera_frame_jpeg_t
A frame descriptor used for JPEG frame types.
- camera_frame_meta_t
A frame descriptor for metadata frame types.
- camera_frame_nv12_t
A frame descriptor used for NV12 frame types.
- camera_frame_rgb8888_t
A frame descriptor used for RGB8888 frame types.
- camera_frame_rgb888_t
A frame descriptor used for RGB888 frame types.
- camera_frame_unspecified_t
A frame descriptor that holds only data.
- camera_imgprop_t
The enumeration specifies the image properties list.
- camera_handle_t
A 32-bit value representing a handle used to identify an open instance of a logical camera unit on a device.
- camera_metaformat_t
The metadata format payload type.
- camera_metapacket_t
Structure that represents the descriptor for metadata packets encapsulated with a specific buffer.
- camera_region_t
The camera region parameters used for focus lock, configuring focus, and functions that use autofocus, auto exposure, and auto white balance.
- camera_res_t
Structure for the height and width of resolution.
- camera_roll_photo_fmt_t
The supported image formats on the camera roll.
- camera_roll_video_fmt_t
The camera roll video file formats.
- camera_scenemode_t
The type of scene mode to use for the camera.
- camera_unit_t
A logical unit that represents a camera on the device.
- camera_videolightmode_t
The status of the video light that is used by set mode functions in the Camera library.
- camera_whitebalancemode_t
The white balance mode of the camera.