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