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