First time here? Check out the FAQ!
answered 2016-09-25 02:07:50 -0600
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);