fixed #1363
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user