#include <TypeHelper.hpp>
Definition at line 14 of file TypeHelper.hpp.
◆ convertOBFormatTypeToString()
| std::string ob::TypeHelper::convertOBFormatTypeToString |
( |
const OBFormat & | type | ) |
|
|
inlinestatic |
◆ convertOBFrameTypeToString()
| std::string ob::TypeHelper::convertOBFrameTypeToString |
( |
const OBFrameType & | type | ) |
|
|
inlinestatic |
◆ convertOBStreamTypeToString()
| std::string ob::TypeHelper::convertOBStreamTypeToString |
( |
const OBStreamType & | type | ) |
|
|
inlinestatic |
◆ convertOBSensorTypeToString()
| std::string ob::TypeHelper::convertOBSensorTypeToString |
( |
const OBSensorType & | type | ) |
|
|
inlinestatic |
◆ convertOBIMUSampleRateTypeToString()
| std::string ob::TypeHelper::convertOBIMUSampleRateTypeToString |
( |
const OBIMUSampleRate & | type | ) |
|
|
inlinestatic |
◆ convertOBGyroFullScaleRangeTypeToString()
| std::string ob::TypeHelper::convertOBGyroFullScaleRangeTypeToString |
( |
const OBGyroFullScaleRange & | type | ) |
|
|
inlinestatic |
◆ convertOBAccelFullScaleRangeTypeToString()
| std::string ob::TypeHelper::convertOBAccelFullScaleRangeTypeToString |
( |
const OBAccelFullScaleRange & | type | ) |
|
|
inlinestatic |
◆ convertOBFrameMetadataTypeToString()
| std::string ob::TypeHelper::convertOBFrameMetadataTypeToString |
( |
const OBFrameMetadataType & | type | ) |
|
|
inlinestatic |
◆ convertSensorTypeToStreamType()
◆ isVideoSensorType()
Check if the given sensor type is a video sensor.
Video sensors are sensors that produce video frames.
The following sensor types are considered video sensors: OB_SENSOR_COLOR, OB_SENSOR_DEPTH, OB_SENSOR_IR, OB_SENSOR_IR_LEFT, OB_SENSOR_IR_RIGHT, OB_SENSOR_CONFIDENCE,
- Parameters
-
- Returns
- true
-
false
Definition at line 121 of file TypeHelper.hpp.
◆ isVideoStreamType()
Check if the given stream type is a video stream.
Video streams are streams that contain video frames.
The following stream types are considered video streams: OB_STREAM_VIDEO, OB_STREAM_DEPTH, OB_STREAM_COLOR, OB_STREAM_IR, OB_STREAM_IR_LEFT, OB_STREAM_IR_RIGHT, OB_STREAM_CONFIDENCE,
- Parameters
-
| type | The stream type to check. |
- Returns
- true if the given stream type is a video stream, false otherwise.
Definition at line 140 of file TypeHelper.hpp.
The documentation for this class was generated from the following file:
- E:/jenkins/workspace/OrbbecSDK/build_sdk/OpenOrbbecSDK/include/libobsensor/hpp/TypeHelper.hpp