I intend to use multithread to capture and process the video from my webcam, so I difine a global list to store frames. In 2.0 list<Mat>framelist;
is available. However, the same code cannot be compiled in 3.0. How should I create "list<mat>" in 3.0?
Thanks!