Connecting Pins Enhancement
A pipeline framework for developing video and image processing apps
Brought to you by:
apralabs
Originally created by: saichaitanyaeruvaram
When the framework user is constructing a pipeline - support the below
Let's say module A is parent of module B
Example
A can be 3D Depth Camera Source whose output is RGB, IR_left, IR_right, Depth
B is some image processing module which requires IR_left and IR_right as inputs
when constructing the pipeline, the framework user has to connect the outputs of A to inputs of B