Hello
I would like to have a custom resolution 2560x1440@25hz on the output brightsign HD1024.
I tried to make a script, as shown in the knowledge documentation, but it doesn't work.
Can you help me?
Thank you.
Hello
I would like to have a custom resolution 2560x1440@25hz on the output brightsign HD1024.
I tried to make a script, as shown in the knowledge documentation, but it doesn't work.
Can you help me?
Thank you.
Could you share your code here?
Hello,
I put this code into a .brs file and send it via script plugin or videomode plugin :
vm=CreateObject("roVideoMode")
vm.SetCustomModeline("Modeline 2560x1440x25p 99.00 2560 2608 2640 2720 1440 1443 1449 1457 +hsync +vsync")
vm.SetMode("custom")
Thanks
That's a tough one :)
Here are few things to consider/try:
Use OS 8.3 or higher, and Series 3 and later hardware platforms.
Typically mode change requires an application restart.
You might be able to find clues in the log available through the Diagnostics Web Server (DWS).
Use GetConfiguredMode() after SetCustomModeline() and see if the custom mode was accepted.
Put your player in debug mode so you can interactively try commands and view their results.
https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370672795/BrightScript+Debug+Console
After enabling debug mode, at the end of your .brs script put the stop command so you can examine vm closely.
Hopefully that helped
Can't find what you're looking for?
Contact support