Skip to content

Parameters now read before first frame in RawDataReader

Raza, Zamaan requested to merge rawdatareader_bugfix into develop

RawDataReader now functions differently. The first file is no longer read during instantiation, and is instead read in the loop in which addFrame is called for all frames in the set.

Merge request reports