Cheetos
Member level 3
greetings, i am using ubuntu 10.4 and codeblocks with openCV in my project. in my project i will be using two cameras. i observed that when i use capture = cvCaptureFromCAM(0); the program runs normally. when i use this code capture1 = cvCaptureFromCAM(0); capture2 = cvCaptureFromCAM(1); the program does not run. it will just say "press ENTER to continue". am i having this problem because i am using Ubuntu?