Is this a decent structure for a multithreaded videocoacher program?
问题 Hi I’m currently working on a project for a videocoacher program for recording and replaying video, as well as showing delayed real-time video, and tracking placement via color. The software is running on linux , on a 4 core odroid, and initially I started to make it multi threaded with threads implemented as a part of each new class. Each of these threads taking care of their own gui elements. I’ve later found out that I need to show all gui elements/video in the main/gui thread. Earlier I