How I can get web-cams list using VLC command line?
If I using FFmpeg, I can write:
$ ffmpeg -list_devices true -f dshow -i dummy
and get list of names web-cameras that I can using into the scripts to get video from this web-cameras.
How I can do the same using VLC?