1
In the v4l2loopback program, the parameter card_label, puts a label on each camera created, and this is identified in Chrome/Chromium, as per image.
But the output of the javascript command to list devices, does not show this information, I expected it to be on label, as shown below:
There’s another way to identify the right device?
Update:
In firefox, you also did not list the names under "label", so I believed it to be a standard behavior of browsers.
But then, by testing it on the Electron, where I intend to actually use it, it works properly... His "Renderer" process should not be equivalent to the browser?