Camera_CaptureStartInfo
Overview
The Camera_CaptureStartInfo struct describes the capture start information.
Since: 12
Related module: OH_Camera
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t captureId | Capture ID. |
| int64_t time | Estimated duration when the sensor captures frames at the bottom layer in a single capture. If –1 is reported, there is no estimated duration. |
Member Variable Description
captureId
int32_t Camera_CaptureStartInfo::captureId
Description
Capture ID.
time
int64_t Camera_CaptureStartInfo::time
Description
Estimated duration when the sensor captures frames at the bottom layer in a single capture. If –1 is reported, there is no estimated duration.