In the v4l2loopback program, the card_label parameter places a label on each created camera, and this is identified in Chrome / Chromium, as shown.
But the output of the javascript command to list devices, does not show this information, I expected it to be in label, as picture below:
Is there another way to identify the correct device?
Curiously in Electron (where I actually intend to use this code), it works as expected, but should not the Renderer behave as it does in the browser?