Skip to content

Commit

Permalink
Merge pull request #1 from mc-jesus/master
Browse files Browse the repository at this point in the history
Added waitKey to example
  • Loading branch information
Dovyski authored Jun 17, 2016
2 parents 4d16e1b + 650841c commit dca88dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ int main(int argc, const char *argv[])
cvui::update();
cv::imshow(WINDOW_NAME, frame);
cv::waitKey(30);
}
return 0;
Expand All @@ -56,4 +57,4 @@ int main(int argc, const char *argv[])

License
-----
Copyright (c) 2016 Fernando Bevilacqua. Licensed under the MIT license.
Copyright (c) 2016 Fernando Bevilacqua. Licensed under the MIT license.

0 comments on commit dca88dd

Please sign in to comment.