Resolve "Overall performance is degraded when saving at high frame rates"
Closes #205 (closed)
These patches improve the performance when saving is active by moving several frame information from global containers to SavingSidebandData
. It also reduces overhead when checking for overrun during newFrameReady
by keeping global m_frames_to_save
counters in CtSaving
.
Edited by Alejandro Homs Puron