|
OrbbecSDK
1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
|
#include <Filter.hpp>
Inheritance diagram for ob::FormatConvertFilter:Public Member Functions | |
| FormatConvertFilter () | |
| void | setFormatConvertType (OBConvertFormat type) |
| Set format conversion type. More... | |
Public Member Functions inherited from ob::Filter | |
| Filter () | |
| virtual | ~Filter ()=default |
| virtual void | reset () |
| filter reset, free the internal cache, stop the processing thread and clear the pending buffer frame when asynchronous processing More... | |
| virtual std::shared_ptr< Frame > | process (std::shared_ptr< Frame > frame) |
| Processing frames (synchronous interface) More... | |
| virtual void | pushFrame (std::shared_ptr< Frame > frame) |
| Push the pending frame into the cache (asynchronous callback interface) More... | |
| virtual void | setCallBack (FilterCallback callback) |
| Set the callback function (asynchronous callback interface) More... | |
Additional Inherited Members | |
Protected Attributes inherited from ob::Filter | |
| std::shared_ptr< FilterImpl > | impl_ |
Definition at line 158 of file Filter.hpp.
| ob::FormatConvertFilter::FormatConvertFilter | ( | ) |
| void ob::FormatConvertFilter::setFormatConvertType | ( | OBConvertFormat | type | ) |
Set format conversion type.
| type | Format conversion type |
1.8.11