You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have a system that allows easy customisation of video output. A grid could be used to specify in what tiles do certain bits of information take up in the video frame, similar to matplotlib's subplot_mosaic method. For example, subplot_mosaic is already used for subplotting layouts in the video generation of this project with code that looks like:
A class that handles layout and customisation could work well. Templates of premade layouts could be chosen by the user by calling a method that instanciates the class object and fills it out with layout information, or by instantiating a specific derived class.
The text was updated successfully, but these errors were encountered:
It would be good to have a system that allows easy customisation of video output. A grid could be used to specify in what tiles do certain bits of information take up in the video frame, similar to matplotlib's subplot_mosaic method. For example, subplot_mosaic is already used for subplotting layouts in the video generation of this project with code that looks like:
Custom colour layouts would also be useful.
A class that handles layout and customisation could work well. Templates of premade layouts could be chosen by the user by calling a method that instanciates the class object and fills it out with layout information, or by instantiating a specific derived class.
The text was updated successfully, but these errors were encountered: