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 cd446ce commit b59ea07Copy full SHA for b59ea07
PiSideCode/camera/camera.py
@@ -48,7 +48,7 @@ def __init__(self):
48
Cameras.logger.error("No cameras detected!!")
49
50
# Try all cameras found by the PI
51
- for identifier in camera_paths:
+ for identifier in sorted(camera_paths):
52
if is_disabled(identifier):
53
Cameras.logger.info(f"Skipping {identifier} - DISABLED")
54
continue
0 commit comments