Is it possible to forward webcam video to a docker image from Windows 10? I’ve seen the same question asked for Linux and the solution seems to be to use:
docker run --privileged -v /dev/video0:/dev/video0
Is there a similar trick when I’m running Docker in Windows 10? Presumably there is no equivalent mount point that can be bound?