Skip to content

Commit

Permalink
[quick fix] remove bad files; add sleep to visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
bbferka committed Aug 9, 2018
1 parent c7f771e commit 898a8f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Empty file removed find
Empty file.
Empty file removed gedit
Empty file.
1 change: 1 addition & 0 deletions src/io/src/visualizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ void Visualizer::imageViewer()
}
if(!headless_)
keyboardEventImageViewer(disp);
usleep(100);
}
if(!headless_)
cv::destroyWindow(windowImage);
Expand Down

0 comments on commit 898a8f3

Please sign in to comment.