We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfeeb87 commit 7363f80Copy full SHA for 7363f80
BabbleApp/camera.py
@@ -143,7 +143,7 @@ def run(self):
143
self.cv2_camera is None
144
or not self.cv2_camera.isOpened()
145
or self.camera_status == CameraState.DISCONNECTED
146
- or get_camera_index_by_name(self.config.capture_source) != self.current_capture_source
+ or self.config.capture_source != self.current_capture_source
147
):
148
if self.vft_camera is not None:
149
self.vft_camera.close()
0 commit comments