AlexeyAB
2017-06-30 5eb552fcfcfc8a43b68cc593d1e0e15ebde40b20
Un-commented the line to saving output video file.
1 files modified
2 ■■■ changed files
src/image.c 2 ●●● patch | view | raw | blame | history
src/image.c
@@ -543,7 +543,7 @@
            //printf("\n cvCreateVideoWriter, DST output_video = %p  \n", output_video);
        }
        //cvWriteFrame(output_video, disp); // comment this line to improve FPS !!!
        cvWriteFrame(output_video, disp);   // comment this line to improve FPS !!!
        printf("\n cvWriteFrame \n");
    }