Class representing a video stream profile.
More...
#include <StreamProfile.hpp>
|
std::unique_ptr< StreamProfileImpl > | impl_ |
|
Class representing a video stream profile.
Definition at line 82 of file StreamProfile.hpp.
◆ VideoStreamProfile() [1/2]
ob::VideoStreamProfile::VideoStreamProfile |
( |
StreamProfile & |
profile | ) |
|
|
explicit |
◆ VideoStreamProfile() [2/2]
ob::VideoStreamProfile::VideoStreamProfile |
( |
std::unique_ptr< StreamProfileImpl > |
impl | ) |
|
|
explicit |
◆ ~VideoStreamProfile()
ob::VideoStreamProfile::~VideoStreamProfile |
( |
| ) |
|
|
overridenoexcept |
◆ fps()
uint32_t ob::VideoStreamProfile::fps |
( |
| ) |
const |
Return the frame rate of the stream.
- Returns
- uint32_t Return the frame rate of the stream.
◆ width()
uint32_t ob::VideoStreamProfile::width |
( |
| ) |
const |
Return the width of the stream.
- Returns
- uint32_t Return the width of the stream.
◆ height()
uint32_t ob::VideoStreamProfile::height |
( |
| ) |
const |
Return the height of the stream.
- Returns
- uint32_t Return the height of the stream.
◆ getIntrinsic()
Get the intrinsic parameters of the stream.
- Returns
- OBCameraIntrinsic Return the intrinsic parameters.
◆ getDistortion()
Get the distortion parameters of the stream.
Brown distortion model
- Returns
- OBCameraDistortion Return the distortion parameters.
The documentation for this class was generated from the following file:
- E:/Projects/Jenkins/workspace/OrbbecSDK/libobsensor/include/libobsensor/hpp/StreamProfile.hpp