I have two graph in my program each one can control a USB camera to capture video data.
I can start them separately without problem like:
cam_a.start();
sleep(100);
cam_b.start();
However,without the "sleep" the second graph will not execute correctly,like no file writing and no frame display.
Anyone can help to solve this problem?
Win7 64 bits, windows sdk 7 Logitech c210 webcam Logitech c510 webcam Directshow video capture.