We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a518909 commit 0101079Copy full SHA for 0101079
internal_filesystem/apps/com.example.camtest/assets/camtest.py
@@ -258,7 +258,7 @@ def check_running(timer):
258
print("camtest.py: no internal camera found, trying webcam on /dev/video0")
259
try:
260
import webcam
261
- cam = webcam.init("/dev/video0") # Initialize webcam with device path
+ cam = webcam.init("/dev/video0")
262
use_webcam = True
263
except Exception as e:
264
print(f"camtest.py: webcam exception: {e}")
0 commit comments