@@ -363,7 +363,7 @@ To camera driver development procedure is as follows:
...
@@ -363,7 +363,7 @@ To camera driver development procedure is as follows:
Use the **CommitStreams()** interface to configure the stream, including PipelineCore initialization and creation. It must be called after the stream is created.
Use the **CommitStreams()** interface to configure the stream, including PipelineCore initialization and creation. It must be called after the stream is created.
@@ -404,7 +404,7 @@ To camera driver development procedure is as follows:
...
@@ -404,7 +404,7 @@ To camera driver development procedure is as follows:
```
```
using CaptureInfo = struct _CaptureInfo {
using CaptureInfo = struct _CaptureInfo {
std::vector<int> streamIds_; // IDs of streams to be captured
std::vector<int> streamIds_; // IDs of streams to be captured
std::shared_ptr<CameraStandard::CameraMetadata> captureSetting_; // Camera ability can be obtained through the GetCameraAbility() interface of CameraHost.
std::shared_ptr<Camera::CameraMetadata> captureSetting_; // Camera ability can be obtained through the GetCameraAbility() interface of CameraHost.