Open
Description
The general idea is to provide a step that provides a stream of frames delayed by n frames. Currently, one of the projects we're working on would benefit from seeing the difference between frames in a stream (i.e. what changes in the picture instead of what's actually in the picture).
I would propose that the inputs to the step be an image input stream and a scalar value for the delay that can either be a constant value specified by the user or be derived from some other value (delay value possibly dependent on frame rate, etc.). It would be great if you could have two output ports: 1 for the delayed frame and 1 for the un-delayed frame.