Unexpected program flow ? Line 4 executes before line 3 !! In other words waitkey does not wait at least for capture.Win32 opencv3.0 c++ v.s.2015
namedWindow("DISPARITY", 0);
cout << "left....";
waitKey(0);
capture >> imgLeft;
I think 3.0.0 is the last one for win 32. After I see a "left.." on the screen I take my glasses off and press a key .But i see myself with eyeglasses on the captured image ? Thnks.
@Oguz, welcome on board! For your next question, please use short title and post your question in the text area. A small tour on FAQ also is useful.
Sorry for inconvenience.
@Oguz, don't worry... and, if any question gets right/helpful answer, the author of the question is allowed to accept the answer that helped him the most, This ensures that the question doesn't stay open.