Hi, is it possible to detect the resolution of a connected display using EDID and then switch to a specific presentation decided by the detected resolution?
I'm trying to make a testbench setup where the connected displays resolution is unknown but i want to send out a pixel perfect test image without any scaling, so the idea was to make different presentations for each resolution containing those test images and have the player switch to the correct presentation after detecting the native resolution of the display.
I have found some EDID references in the Brightscript documentation but i'm not 100% where to start, any pointers would be very helpful