continue cleanup of Monitor instantiation

This commit is contained in:
Isaac Connor
2017-10-07 11:30:41 -04:00
parent 224ca30c86
commit 94ab00aebd
3 changed files with 71 additions and 67 deletions

View File

@@ -17,6 +17,8 @@ int AnalysisThread::run() {
monitor->UpdateAdaptiveSkip();
last_analysis_update_time = time(0);
monitor->get_ref_image();
while( !terminate ) {
// Process the next image
sigprocmask(SIG_BLOCK, &block_set, 0);