Hy,
I've noticed that when opening a video file using the VideoCapture class (in C++), about eight new threads are created. As I need 7 video files simultaneously this results in about 50 threads running. I was wondering why this happens and what the threads do (because I can't find anything about this online).
Thanks