|
Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <rs_processing.hpp>
Protected Attributes | |
| frame_queue | _queue |
Protected Attributes inherited from rs2::processing_block | |
| std::shared_ptr< rs2_processing_block > | _block |
Additional Inherited Members | |
Protected Member Functions inherited from rs2::processing_block | |
| void | register_simple_option (rs2_option option_id, option_range range) |
Protected Member Functions inherited from rs2::options | |
| options (rs2_options *o=nullptr) | |
| template<class T > | |
| options & | operator= (const T &dev) |
Define the filter workflow, inherit this class to generate your own filter. Refer to the viewer class in examples.hpp for a more detailed example.
|
inline |
constructor with already created low level processing block assigned.
| [in] | block | - low level rs2_processing_block created before. |
constructor with callback function on_frame in rs2_frame_processor_callback structure assigned.
| [in] | processing_function | - function pointer of on_frame function in rs2_frame_processor_callback structure, which will be called back by invoke function . |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Ask processing block to process the frame and poll the processed frame from internal queue
| [in] | on_frame | frame to be processed. return processed frame |
Implements rs2::filter_interface.
|
protected |