First time here? Check out the FAQ!
answered 2019-11-10 15:46:05 -0600
the problem on your code is here
video.write(src);
src is 4 channel (BGRA) you need to convert it to BGR
src
you can find here the sample source i recently updated.