Get in touch with us today and our team of imaging professionals will be pleased to assist you.
The eSDK Pro Plugin API extends the main eSDK Pro API by allowing developers to implement custom processing tasks as dynamically loaded modules. Plugin tasks derive from TaskWorker and use the same input, output, and parameter interfaces as built-in tasks.
This API enables seamless integration of user-defined algorithms, filters, or hardware-specific operations directly within eSDK Pro pipelines. Plugins are registered at runtime by using RegisterTaskPlugin() and can be added to any pipeline alongside standard SDK tasks.
In eCapture Pro 1.5.0, the eSDK Pro Plugin API also adds support for generic data ports. In addition to frame-based input and output, plugin tasks can now exchange generic data by using the Data, DataInput, and DataOutput classes.
Plugin API Class Summary
Get in touch with us today and our team of imaging professionals will be pleased to assist you.