Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

is it possible to show two video feed in one window?

camera1 = cv2.VideoCapture(0) camera2 = cv2.VideoCapture(1)

here i fetch the video from two camera how can i show this video in one window? using "imshow" function to print only one video at the time any other options?