#include <rs_frame.hpp>
|
| | video_stream_profile () |
| |
| | video_stream_profile (const stream_profile &sp) |
| |
| int | width () const |
| |
| int | height () const |
| |
| rs2_intrinsics | get_intrinsics () const |
| |
| bool | operator== (const video_stream_profile &other) const |
| |
| stream_profile | clone (rs2_stream type, int index, rs2_format format, int width, int height, const rs2_intrinsics &intr) const |
| |
| stream_profile | clone (rs2_stream type, int index, rs2_format format) const |
| |
| | stream_profile () |
| |
| int | stream_index () const |
| |
| rs2_stream | stream_type () const |
| |
| rs2_format | format () const |
| |
| int | fps () const |
| |
| int | unique_id () const |
| |
| stream_profile | clone (rs2_stream type, int index, rs2_format format) const |
| |
| bool | operator== (const stream_profile &rhs) |
| |
| template<class T > |
| bool | is () const |
| |
| template<class T > |
| T | as () const |
| |
| std::string | stream_name () const |
| |
| bool | is_default () const |
| |
| | operator bool () const |
| |
| const rs2_stream_profile * | get () const |
| |
| rs2_extrinsics | get_extrinsics_to (const stream_profile &to) const |
| |
| void | register_extrinsics_to (const stream_profile &to, rs2_extrinsics extrinsics) |
| |
| bool | is_cloned () |
| |
| | stream_profile (const rs2_stream_profile *profile) |
| |
| | operator const rs2_stream_profile * () |
| |
| | operator std::shared_ptr< rs2_stream_profile > () |
| |
◆ video_stream_profile() [1/2]
| rs2::video_stream_profile::video_stream_profile |
( |
| ) |
|
|
inline |
◆ video_stream_profile() [2/2]
| rs2::video_stream_profile::video_stream_profile |
( |
const stream_profile & |
sp | ) |
|
|
inlineexplicit |
Stream profile instance which contains additional video attributes
- Parameters
-
◆ clone() [1/2]
Clone the current profile and change the type, index and format to input parameters
- 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. |
- Returns
- stream_profile - return the cloned stream profile.
◆ clone() [2/2]
Clone current profile and change the type, index and format to input parameters
- 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 |
- Returns
- stream_profile - return the cloned stream profile.
◆ get_intrinsics()
Get stream profile instrinsics attributes
- Returns
- rs2_intrinsics - stream intrinsics.
◆ height()
| int rs2::video_stream_profile::height |
( |
| ) |
const |
|
inline |
◆ operator==()
◆ width()
| int rs2::video_stream_profile::width |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- C:/jenkins_sys_rsbuild/workspace/LRS_doxygen_pipeline/source/include/librealsense2/hpp/rs_frame.hpp