hi,
i saw the fader test lyndon added on a post from 2018.
i wonder if there is a way to send udp message to trigger the disolve - not surely at the end of a movie.
thank you,
assaf
hi,
i saw the fader test lyndon added on a post from 2018.
i wonder if there is a way to send udp message to trigger the disolve - not surely at the end of a movie.
thank you,
assaf
If there is a will, in most cases BrightSign has a way... :)
You mean something like:
Mivideo = CreateObject("roVideoPlayer")
[...]
if command = "STOPFADE" then
FadeParams = {FadeOutLength: 1000}
Mivideo.SetFade(FadeParams)
endif