Skip to content
Snippets Groups Projects
Commit 7985085d authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

bug: visualization not working after calibration

parent 31847743
No related branches found
No related tags found
No related merge requests found
......@@ -533,6 +533,7 @@ void runCameraCalibration( ftl::Configurable* root,
// visualize
while(ftl::running) {
cv::waitKey(10);
while (!new_frames) {
for (auto src : sources) { src->grab(30); }
if (cv::waitKey(50) != -1) { ftl::running = false; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment