Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <pipeline.h>
Public Member Functions | |
pipeline_processing_block (const std::vector< int > &streams_to_aggregate) | |
bool | dequeue (frame_holder *item, unsigned int timeout_ms=5000) |
bool | try_dequeue (frame_holder *item) |
![]() | |
processing_block () | |
void | set_processing_callback (frame_processor_callback_ptr callback) override |
void | set_output_callback (frame_callback_ptr callback) override |
void | invoke (frame_holder frames) override |
synthetic_source_interface & | get_source () override |
virtual | ~processing_block () |
![]() | |
virtual | ~processing_block_interface ()=default |
![]() | |
bool | supports_option (rs2_option id) const override |
option & | get_option (rs2_option id) override |
const option & | get_option (rs2_option id) const override |
void | register_option (rs2_option id, std::shared_ptr< option > option) |
void | unregister_option (rs2_option id) |
void | create_snapshot (std::shared_ptr< options_interface > &snapshot) const override |
void | enable_recording (std::function< void(const options_interface &)> record_action) override |
void | update (std::shared_ptr< extension_snapshot > ext) override |
![]() | |
virtual | ~options_interface ()=default |
![]() | |
virtual | ~recordable ()=default |
![]() | |
virtual | ~extension_snapshot ()=default |
Additional Inherited Members | |
![]() | |
frame_source | _source |
std::mutex | _mutex |
frame_processor_callback_ptr | _callback |
synthetic_source | _source_wrapper |
librealsense::pipeline_processing_block::pipeline_processing_block | ( | const std::vector< int > & | streams_to_aggregate | ) |
bool librealsense::pipeline_processing_block::dequeue | ( | frame_holder * | item, |
unsigned int | timeout_ms = 5000 |
||
) |
bool librealsense::pipeline_processing_block::try_dequeue | ( | frame_holder * | item | ) |