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 5362d31 commit 9029ab8Copy full SHA for 9029ab8
src/arduino/app_peripherals/camera/websocket_camera.py
@@ -6,7 +6,6 @@
6
import base64
7
import os
8
import threading
9
-import time
10
import queue
11
import numpy as np
12
import cv2
@@ -152,7 +151,7 @@ def _open_camera(self) -> None:
152
151
if isinstance(e, PermissionError):
153
raise CameraOpenError(f"Permission denied when attempting to bind WebSocket server on {self.url}")
154
raise
155
-
+
156
def _start_server_thread(self, future: Future) -> None:
157
"""Run WebSocket server in its own thread with event loop."""
158
try:
0 commit comments