#include <identity-processing-block.h>
Protected Member Functions | |
identity_processing_block (const char *name) | |
rs2::frame | process_frame (const rs2::frame_source &source, const rs2::frame &f) override |
Protected Member Functions inherited from librealsense::stream_filter_processing_block | |
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) |
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 10 of file identity-processing-block.h.
librealsense::identity_processing_block::identity_processing_block | ( | ) |
Definition at line 7 of file identity-processing-block.cpp.
|
protected |
Definition at line 12 of file identity-processing-block.cpp.
|
overrideprotectedvirtual |
Implements librealsense::generic_processing_block.
Definition at line 17 of file identity-processing-block.cpp.