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 fa04ff4 commit 19b229dCopy full SHA for 19b229d
PiSideCode/web_interface/image_streams.py
@@ -14,6 +14,7 @@ class Buffer:
14
output_frame = b""
15
last_none = False
16
17
+
18
def update(self, img: np.ndarray | None):
19
if img is None:
20
if not self.last_none:
0 commit comments