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.
2 parents 59b5f52 + 7363f80 commit 17d07c2Copy full SHA for 17d07c2
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