AlexeyAB
2018-05-23 ec68838342b42541776607b0c14e40fb89f7e3d8
src/image.c
@@ -999,6 +999,7 @@
            src = get_webcam_frame(cap);
            if (!src) return make_empty_image(0, 0, 0);
         } while (src->width < 1 || src->height < 1 || src->nChannels < 1);
         printf("Video stream: %d x %d \n", src->width, src->height);
      } else
         src = get_webcam_frame(cap);
   }