I followed the instructions and the output of lsusb command:
Bus 001 Device 004: ID 13d3:56eb IMC Networks USB2.0 HD UVC WebCam
Means that WSL2 has detected the webcam.
But:
v4l2-ctl --list-devices
Cannot open device /dev/video0, exiting.
ls -ltrh /dev/video*
ls: cannot access '/dev/video*': No such file or directory
Can you please tell me how to get /dev/video0 file? Am I missing something?
I followed the instructions and the output of
lsusbcommand:Bus 001 Device 004: ID 13d3:56eb IMC Networks USB2.0 HD UVC WebCamMeans that WSL2 has detected the webcam.
But:
Can you please tell me how to get
/dev/video0file? Am I missing something?