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?
1 | initial version |
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?