marsinstituteSC / MissionControl

Mission Control Center Application for MISC's Mars Rover, Viking III
GNU General Public License v3.0
2 stars 1 forks source link

Video Player: Allow the user to choose synchronous or asynchronous video rendering. #19

Closed Segath closed 5 years ago

Segath commented 5 years ago

Allow the user to click a checkbox/radio button in the setting menu to place every thread in the same thread or to have each video renderer in each its own thread.

Reasoning behind this is to allow the user to force synchronize video.

Changing this will most likely need to restart the application.