fixed #1363
This commit is contained in:
parent
2ad7add613
commit
d7031606c2
@ -41,7 +41,7 @@ namespace {
|
||||
for (;;) {
|
||||
capture >> frame;
|
||||
if (frame.empty())
|
||||
continue;
|
||||
break;
|
||||
imshow(window_name, frame);
|
||||
char key = (char)waitKey(5); //delay N millis, usually long enough to display and capture input
|
||||
switch (key) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user