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 2913d6f + 1618b95 commit 1c2e752Copy full SHA for 1c2e752
src_py/camera.py
@@ -114,7 +114,7 @@ def get_backends():
114
if sys.platform == "win32" and int(platform.win32_ver()[0].split(".")[0]) >= 8:
115
possible_backends.append("_camera (MSMF)")
116
117
- if "linux" in sys.platform:
+ if sys.platform == "linux":
118
possible_backends.append("_camera (V4L2)")
119
120
if "darwin" in sys.platform:
0 commit comments