Is there any solution I can use several Cam connecting to same USB hub?
It looks like below code works only with 1 cam from the hub :
cam1 = new Capture(this, 320, 240, "cam1's name");
cam2 = new Capture(this, 320, 240, "cam2's name");
Please, give some helps!! Thanks!!
1