I built OpenCV 3.2.0-dev from source and I'm noticing that when I do VideoWriter.release in Python there's about a 10 second lag before the next statement is executed. Is there some type of internal buffer?
1 | initial version |
I built OpenCV 3.2.0-dev from source and I'm noticing that when I do VideoWriter.release in Python there's about a 10 second lag before the next statement is executed. Is there some type of internal buffer?
2 | retagged |
I built OpenCV 3.2.0-dev from source and I'm noticing that when I do VideoWriter.release in Python there's about a 10 second lag before the next statement is executed. Is there some type of internal buffer?