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 bab31b2 commit 1c93f82Copy full SHA for 1c93f82
PiSideCode/camera/camera.py
@@ -53,9 +53,9 @@ def __init__(self):
53
Cameras.logger.info(f"Skipping {identifier} - DISABLED")
54
continue
55
56
- if "-usbv2-" in identifier:
+ if "-usbv2-" in identifier or "-usbv3-" in identifier:
57
Cameras.logger.info(f"Skipping {identifier} - DUPLICATE")
58
- continue
+ continue
59
60
path = full_cam_path(identifier)
61
0 commit comments