I want use two USB webcam with motion, I've connected both to an USB hub, giving from CLI the command
sudo lsusb
I can see that both cams are connected
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 008: ID 046d:09c1 Logitech, Inc. QuickCam Deluxe for Notebooks **//THIS**
Bus 001 Device 021: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0951:1643 Kingston Technology DataTraveler G3 4GB
Bus 001 Device 005: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 006: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 007: ID 046d:092f Logitech, Inc. QuickCam Express Plus **//THIS**
Bus 001 Device 022: ID 0461:4d0f Primax Electronics, Ltd HP Optical Mouse
Bus 001 Device 023: ID 04f2:0841 Chicony Electronics Co., Ltd
The problem is that I'm not able to see the videostream of the second cam.
I've seen in /etc/motion/thread1.conf the first cam using videodevice /dev/video0, by default.
The second /etc/motion/thread2.conf use videodevice /dev/video1, always by default.
The first works, the second doesn't. [I use port 8081 for first webcam and port 8082 for the second]

I thought that one error could be the wrong name /dev/video1.
Any advice?