Hello, is it possible to get the EDID information of a connected monitor in BrightScript? Background: One type of monitors we use will sometimes show a picture on startup, sometimes not - the monitor shows in that case an error message. Rebooting the HD410 helps, after a reset everything works fine. The videomode is set to 1024x768x75p (fixed), this happens both on Software 3.2.67 and 3.2.78beta. When I go to the shell an type
Roku>edid hdmi I get the EDID-Data (when the monitor is showing the picture) or the message that there are no data found (when the monitor is not working). My Idea is now to write in a start script some lines like that: if EDID = "invalid" then RebootSystem() end if Is there a way to do that?