AlexeyAB
2018-03-01 7caf345d36ea842f2361b61f409431a59e5b473b
One more fix
1 files modified
2 ■■■ changed files
src/demo.c 2 ●●● patch | view | raw | blame | history
src/demo.c
@@ -293,7 +293,7 @@
    }
}
#else
void demo(char *cfgfile, char *weightfile, float thresh, int cam_index, const char *filename, char **names, int classes, int frame_skip, char *prefix, char *out_filename, int http_stream_port)
void demo(char *cfgfile, char *weightfile, float thresh, int cam_index, const char *filename, char **names, int classes, int frame_skip, char *prefix, char *out_filename, int http_stream_port, int dont_show)
{
    fprintf(stderr, "Demo needs OpenCV for webcam images.\n");
}