2021-05-06 02:57 AM
Is it possible to use node-red-contrib-image-output to view an image located in RAM in an array of 40kB (40960 bytes)?
Issue #1: In "variables" node only [9999:0] elements can be selected.
Issue #2: It is a need to group them into format of what node-red-contrib-image-output can consume.
Solved! Go to Solution.
2021-05-24 07:09 AM
Hello @Daniel N
Even if I've never tried such a use case, it should be possible to get the image data after a while because of the buffer size.
A challenging tip, would be to replace the write variable node by a function or a template node that would give the write parameters
Richard
2021-05-24 07:09 AM
Hello @Daniel N
Even if I've never tried such a use case, it should be possible to get the image data after a while because of the buffer size.
A challenging tip, would be to replace the write variable node by a function or a template node that would give the write parameters
Richard
2021-05-25 12:05 AM
.
2021-05-25 03:22 AM
Hello @Richard.Chvr (ST Employee)
If I understand you correctly, by using a function or a template node I could point to all elements of my image array in RAM - not only to that [9999:0] elements fixed somehow in a variable node?
I can propagate the RAM address further to get a whole array, is that correct?
2021-06-01 02:03 AM
Yes that should work even if we've never tested it. note that it may take a while.