0

ImagePlayer SetDefaultTransition



Hi,

using a script that displays images one after the other with a short pause between. After every 5 I've been calling SetDefaultTransition() to change the transition. The first image to be displayed after setting the transition uses the prescribed transition and displays well. All subsequent images then fail to display, even if SetDefaultTransition(0) is used to 'reset'.

Firmware version 3.1.46

I've tried using both simple DisplayFile(), alternatively PreloadFile() and DisplayPreload(), and also StopDisplay() between displaying images. All these combinations behave the same, all attempts to display an image after the first executed transition fails.


Andrew

2 comments

  • 0
    Avatar
    RokuLyndon


    Can you send me the script? I haven't seen something like this before. The only time I've seen an image playback problem, when everything else is fine, is when images are too large, greater than 1920x1080.
  • 0
    Avatar
    Andrew Gray


    Hi Lyndon,



    Ah, that would be it! The images I was testing with were bigger than 1920x1080. Just dumped a few for testing from my camera.



    However it's good to know there is a "Maximum Size", wasn't aware of that before.



    Reducing the image sizes to 1920 the SetTransition works fine. At the bigger size the images did display one afer the other ok, it was only after setting a transition it was broken.



    Andrew
Please sign in to leave a comment.