mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Un-commented the line to saving output video file.
This commit is contained in:
@ -543,7 +543,7 @@ void show_image_cv_ipl(IplImage *disp, const char *name)
|
|||||||
//printf("\n cvCreateVideoWriter, DST output_video = %p \n", output_video);
|
//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");
|
printf("\n cvWriteFrame \n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user