dtmoodie / EagleEye

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queued node

dtmoodie opened this issue · comments

Queued node should take an input image and stream.
Push the image onto a queue along with an event associated with the stream.
Save program state of all input variables for any children of the node.
Run all children on a separate thread pulling off the input variables and images, syncing with the event.