Add Reader Mode
In this mode, the Simulator would read a set of files instead of generating frames. This is particularly useful to evaluate the processing performance with real world data.
The design should allow to decouple the reading of the dataset (/data
) for the detector so that it could be reused to write a processing test framework without the all detector implementation (just the necessary receiver interface).