|
RealSense Cross Platform API
RealSense Cross-platform API
|
#include <rs_frame.hpp>
Additional Inherited Members | |
| Protected Attributes inherited from rs2::stream_profile | |
| const rs2_stream_profile * | _profile |
| std::shared_ptr< rs2_stream_profile > | _clone |
| int | _index = 0 |
| int | _uid = 0 |
| int | _framerate = 0 |
| rs2_format | _format = RS2_FORMAT_ANY |
| rs2_stream | _type = RS2_STREAM_ANY |
| bool | _default = false |
|
inline |
|
inlineexplicit |
Stream profile instance which contains additional video attributes
| [in] | stream_profile | sp - assign exisiting stream_profile to this instance. |
|
inline |
Clone the current profile and change the type, index and format to input parameters
| [in] | type | - will change the stream type from the cloned profile. |
| [in] | index | - will change the stream index from the cloned profile. |
| [in] | format | - will change the stream format from the cloned profile. |
|
inline |
Clone current profile and change the type, index and format to input parameters
| [in] | type | - will change the stream type from the cloned profile. |
| [in] | index | - will change the stream index from the cloned profile. |
| [in] | format | - will change the stream format from the cloned profile. |
| [in] | width | - will change the width of the profile |
| [in] | height | - will change the height of the profile |
| [in] | intr | - will change the intrinsics of the profile |
|
inline |
Get stream profile instrinsics attributes
|
inline |
|
inline |
|
inline |