Camera_ConcurrentInfo
typedef struct Camera_ConcurrentInfo {...} Camera_ConcurrentInfo
Overview
The struct describes the camera's concurrency information.
Since: 18
Related module: OH_Camera
Header file: camera.h
Summary
Member Variables
| Name | Description |
|---|---|
| Camera_Device camera | Camera instance. |
| Camera_ConcurrentType type | Concurrency type of the camera. |
| Camera_SceneMode* sceneModes | Scene modes supported by the camera. |
| Camera_OutputCapability* outputCapabilities | Output capabilities of the camera. |
| uint32_t modeAndCapabilitySize | Output capability size of the camera. |