We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db59307 commit e2e94b4Copy full SHA for e2e94b4
internal_filesystem/apps/com.example.camtest/assets/camtest.py
@@ -136,7 +136,7 @@ def try_capture():
136
import time
137
while appscreen == lv.screen_active():
138
try_capture()
139
- time.sleep_ms(100) # Allow for the MicroPython REPL to still work
+ time.sleep_ms(100) # Allow for the MicroPython REPL to still work. Reducing it doesn't seem to affect the on-display FPS.
140
141
print("App backgrounded, deinitializing camera...")
142
cam.deinit()
0 commit comments