Hi @dinesh,
It is not entirely clear to me how your setup works.
You show a link to my multipart decoder node, that gets a continious stream of images (as NodJs raw buffers) from your cam. But that node is not used in your flow...
You can encode an image (= buffer) to a base64 string, and convert it back to a buffer. That can be done with the same node.
Bart
Hi,
Actually I did used your nodes exactly to read my camera but the output was coming as base 64 string.
But my intention is not to view the image and but save it.
So I created the nodes(which I uploaded) to read the base64 string and I was trying to find a way to convert it to an image file(.jpeg)..
Hi,
I did not realise that the buffer itself can be saved as an image file. I tried this and it worked. I was trying to read the base64 string but it did not cross my mind to file output the buffer directly.
My overall understanding is now a bit better