I am using the autoMediaPlayer tool in the palette of TouchDesigner 2023.12230 to play a diaporama out of a folder with incoming new images comes every 10 seconds.
Even when I deactivate the randomizer, it plays:
1, 2, 3
then
1,2,3,4
then
1,2,3,4,5
…
If there a way so I just continue playing without returning to the first image?
you might want to make use of the Folder DAT’s callbacks in combination with the component called movieBlender from the Palette’s Tool section.
In the onFound callback of the Folder DAT, check if the returned row == 1 to make sure this is the latest incoming file and then set the File parameter of the movieBlender component.