Skip to content

Simplify & secure interface to/from video engine

Bkg2k requested to merge refactor-video-engine into master

Interface from application to threaded video engine was not enough secure and should have been the reason of several crashes.

We now use a new async' interface with a message queue processed by the video engine (with duplicates removal) to keep the video engine itself fully isolated from the application. RGB array for video frame drawing, are also fully protected from concomitant accesses.

Merge request reports