Home > Software engineering >  CvCreateVideoWriter unable to make the problem of video
CvCreateVideoWriter unable to make the problem of video

Time:11-03

I am using centos system;
Writer CvVideoWriter *=cvCreateVideoWriter ("/root/subpic phei1. Avi ", 1, FPS, size);
Use under the debug to see according to the code above writer pointer address 0;
No generated in the folder, avi files, excuse me this is good and no I haven't installed opencv decoder?
Before I install opencv is outfit of ffmpeg,

CodePudding user response:

Copy the opencv *. So a put and the executable file under the same directory it one more try,
  • Related