#include <Pipeline.hpp>
Definition at line 286 of file Pipeline.hpp.
| void ob::Config::enableStream |
( |
std::shared_ptr< StreamProfile > |
streamProfile | ) |
|
Configure the stream to be enabled.
- Parameters
-
| streamProfile | Stream configuration |
| void ob::Config::enableAllStream |
( |
| ) |
|
Configure all streams to be enabled.
Configure the stream to be disabled.
- Parameters
-
| streamType | Stream configuration |
| void ob::Config::disableAllStream |
( |
| ) |
|
Configure all streams to be disabled.
Set the alignment mode.
- Parameters
-
| void ob::Config::setDepthScaleRequire |
( |
bool |
enable | ) |
|
Whether the depth needs to be scaled after setting D2C.
- Parameters
-
| enable | Whether scaling is required |
| void ob::Config::setD2CTargetResolution |
( |
uint32_t |
d2cTargetWidth, |
|
|
uint32_t |
d2cTargetHeight |
|
) |
| |
Set the D2C target resolution, which is applicable to cases where the Color stream is not enabled using the OrbbecSDK and the depth needs to be D2C Note: When you use OrbbecSDK to enable the Color stream, you also use this interface to set the D2C target resolution. The configuration of the enabled Color stream is preferred for D2C.
- Parameters
-
| d2cTargetWidth | The D2C target has a wide resolution |
| d2cTargetHeight | The D2C target has a high resolutio |
The documentation for this class was generated from the following file: