I intend to use multithreading to capture and process the video from my webcam, so I difine a global list to store frames. In 2.4 `listframelist;`is available. However, the same code cannot be compiled in 3.0. How should I create `list` in 3.0?
Thanks!
↧