Skip to content

Commit e2e94b4

Browse files
Comments
1 parent db59307 commit e2e94b4

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
@@ -136,7 +136,7 @@ def try_capture():
136136
import time
137137
while appscreen == lv.screen_active():
138138
try_capture()
139-
time.sleep_ms(100) # Allow for the MicroPython REPL to still work
139+
time.sleep_ms(100) # Allow for the MicroPython REPL to still work. Reducing it doesn't seem to affect the on-display FPS.
140140

141141
print("App backgrounded, deinitializing camera...")
142142
cam.deinit()

0 commit comments

Comments
 (0)