#include <synthetic-stream.h>
Protected Member Functions | |
bool | should_process (const rs2::frame &frame) override |
Protected Member Functions inherited from librealsense::generic_processing_block | |
virtual rs2::frame | prepare_output (const rs2::frame_source &source, rs2::frame input, std::vector< rs2::frame > results) |
virtual rs2::frame | process_frame (const rs2::frame_source &source, const rs2::frame &f)=0 |
Additional Inherited Members | |
Protected Attributes inherited from librealsense::stream_filter_processing_block | |
stream_filter | _stream_filter |
Protected Attributes inherited from librealsense::processing_block | |
frame_processor_callback_ptr | _callback |
std::mutex | _mutex |
frame_source | _source |
synthetic_source | _source_wrapper |
Protected Attributes inherited from librealsense::options_container | |
std::map< rs2_option, std::shared_ptr< option > > | _options |
std::function< void(const options_interface &)> | _recording_function = [](const options_interface&) {} |
Definition at line 196 of file synthetic-stream.h.
|
inline |
Definition at line 199 of file synthetic-stream.h.
|
inlinevirtual |
Definition at line 201 of file synthetic-stream.h.
|
overrideprotectedvirtual |
Reimplemented from librealsense::stream_filter_processing_block.
Definition at line 282 of file synthetic-stream.cpp.