Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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;