I want to use OpenCV in order to record a video and send it as a stream. I'm a beginner and I need to know if OpenCV blocks the main thread or is it threaded itself ?
I read OpenCV documentation (2.4.9) and I couldn't find any answer.
Thanks for reading.