node-red-contrib-image-output icon indicating copy to clipboard operation
node-red-contrib-image-output copied to clipboard

Show image properties

Open bartbutenaers opened this issue 7 years ago • 4 comments

Hi Riku (@rikukissa),

Here is your private stalker again ;-) Have an idea, but want to get your opinion first ...

Suppose I want to get extra info about my video stream to debug it, like image speed / resolution / format. Currently I need to add some extra nodes to my flow, to accomplish this:

image

Note: in the flow in use my node-red-contrib-msg-speed node, but the ImageResolution node is just a test node that I created this evening (not available on npm yet!).

To use your contribution to simplify image debugging, it could be useful to show extra information. Do you think it would be useful to add this kind of info also to your contribution? Something like this:

image

Or do we have to keep this in separate nodes (like in the first screenshot), because a node should do a single thing? I would prefer to integrate it into your node, but keep it simple (e.g. only show speed per second, not minute ...). If they want more complex setup, then they need to use the speed node.

Kind regards, Bart

bartbutenaers avatar Feb 22 '18 23:02 bartbutenaers