| Algorithm 1. Fragment of the Python code: function cv2.VideoCapture(1). |
| def start_cam(self): |
| self.capture = cv2.VideoCapture(1) |
| # 0 for webcam, 1 for extern |
| Algorithm 1. Fragment of the Python code: function cv2.VideoCapture(1). |
| def start_cam(self): |
| self.capture = cv2.VideoCapture(1) |
| # 0 for webcam, 1 for extern |