Hi Guys,
I am still new to node-red so I try to figure out some basic stuff.
This time I stumbled over something within the node-red-contrib-animate-gif node.
The Info tab for the Input Data says:
payloadarray
array of image buffers to use as GIF frames.
I have all files stored in one single folder, which is updated from time to time by a snapshot from a web-cam. So I am not 100% sure how I may utilize this gif-node in an practicable way for me.
One thing I thought about: I have to extract all images files via js in a function block and put everything together into a image buffer array.
But maybe there is again some build-in function I just do not know yet, which would save me enourmous time in solving that problem, since I am also new to scipting in js.
Thanks already in advance,
cheers Christian