Skip to content

Commit 0101079

Browse files
camtest: cleanup
1 parent a518909 commit 0101079

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/apps/com.example.camtest/assets

1 file changed

+1
-1
lines changed

internal_filesystem/apps/com.example.camtest/assets/camtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def check_running(timer):
258258
print("camtest.py: no internal camera found, trying webcam on /dev/video0")
259259
try:
260260
import webcam
261-
cam = webcam.init("/dev/video0") # Initialize webcam with device path
261+
cam = webcam.init("/dev/video0")
262262
use_webcam = True
263263
except Exception as e:
264264
print(f"camtest.py: webcam exception: {e}")

0 commit comments

Comments
 (0)