Add Test Mode and Viewfinder

This commit is contained in:
Grant Terris
2019-09-16 20:57:05 -07:00
parent 1da6d9de31
commit 6b0c05f541
7 changed files with 60 additions and 46 deletions

View File

@@ -196,7 +196,7 @@ void StreamManager::AcquireImages(ImageAnalyzer analyzer, FaultManager fault_mgr
lHeight = lImage->GetHeight();
// Process Image
if (!analyzer.ProcessImage(lWidth, lHeight, lImage->GetDataPointer(), fault_mgr))
if (!analyzer.ProcessImage(lWidth, lHeight, lImage->GetDataPointer(), fault_mgr, false))
break;
std::cout << " W: " << std::dec << lWidth << " H: " << lHeight;