VideoWriter write hangs
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