Find the actual webcam device (`/dev/videoX`) in Linux
In Linux, V4L (Video4Linux) dictates how a video-capture device (as character node) is created in the device tmpfs filesystem (devtmpfs specifically, mounted on /dev). The webcam devices are usually created as /dev/video<index> e.g. /dev/video0. Different udev rules are then used to give these devices locations in /dev based on their ID (in /dev/v4l/by-id/), bus path (in /dev/v4l/by-path/) and so on.
