Kamaljeet

Results 2 comments of Kamaljeet

Is the issue resolved ? I am using an external webcam ``` import cv2 cap = cv2.VideoCapture(2) while 1: _, frame = cap.read() if _: cv2.imshow("Cam Feed", frame) if cv2.waitKey(1)...

> I am trying to run ros melodic because other parts of the project that i am working on are built on melodic. are there compatibility issues if i use...