A few weeks ago I started a project regarding some video display in 4K, thanks to some help from the wxpython groups, I managed to make it run on a 4K monitor (with good performance). The problem is when I try it to display the videos on a 4k projector that uses the NVIDIA mosaic technology it performs poorly.
I've tested executing the video on vlc and runs smoothly, so I guess that vlc does some treatment of the video that I'm not aware.
If my program could not run on a 4k monitor I would suspect it was the code that is wrongly made, but it's just on the projector, so either the projector is configured badly or my code is missing something.
Any tips or hints about how to proceed will be appreciated.
(maybe I should ask NVIDIA and BARCO (projector manufacturer) itself)