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); }