VideoWriter write hangs

asked 2019-09-23 23:57:34 -0600

brem gravatar image

updated 2019-12-10 01:15:13 -0600

Akhil Patel gravatar image

I'm using opencv 4.0 on Raspbian.

In my C++ program, I call Videowriter::write with my cv::Mat frame and it works until the call to this function hangs indefinitly.

Is there any way I can debug this? Anybody experienced something similar?

Thanks

Martin

edit retag flag offensive close merge delete