Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

no ide if it works with your HW, but you could try like:

VideoCapture cap(0);
...
bool ok = cap.grab();

Mat left,right;
cap.retrieve(left, 0);
cap.retrieve(right, 1);