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 fa8eef9 commit 40d6204Copy full SHA for 40d6204
PiSideCode/camera/camera.py
@@ -76,7 +76,7 @@ def __init__(self):
76
# Save configs
77
eventlet.sleep(5)
78
79
- write_config(identifier, self.info[identifier])
+ # write_config(identifier, self.info[identifier])
80
81
# Disable buffer so we always pull the latest image
82
cam.set(cv2.CAP_PROP_BUFFERSIZE, 1)
0 commit comments