Commit Graph

213 Commits

Author SHA1 Message Date
Thomas Farstrike 4de359c7a2 camtest: simplify 2025-05-14 14:13:31 +02:00
Thomas Farstrike ba82e3d467 camtest: cleanup 2025-05-14 14:08:25 +02:00
Thomas Farstrike 7288501624 Finally fix it! 2025-05-14 13:53:06 +02:00
Thomas Farstrike 771d0415fe cleanups 2025-05-14 13:46:54 +02:00
Thomas Farstrike f8ba6df5c1 still works 2025-05-14 13:44:07 +02:00
Thomas Farstrike e0f557c5a8 this works 2025-05-14 13:39:35 +02:00
Thomas Farstrike 6fa179dc88 task_handler needs to be called from the same thread... 2025-05-14 13:35:07 +02:00
Thomas Farstrike 95b893002c Still hangs 2025-05-14 12:46:33 +02:00
Thomas Farstrike 5779ae004d doesnt hang but stays black 2025-05-14 12:42:46 +02:00
Thomas Farstrike 12b2145d85 Memview sort of works but hangs when it's being redrawn... 2025-05-14 12:26:36 +02:00
Thomas Farstrike 0e57b10dbb memoryview works sortof but hangs 2025-05-14 12:14:34 +02:00
Thomas Farstrike 0a7e4f4285 broke it with EIO 2025-05-14 11:15:01 +02:00
Thomas Farstrike adce7ed04f Show count 2025-05-14 11:04:08 +02:00
Thomas Farstrike 965818408c captures work now! at least for 10 seconds... 2025-05-14 10:56:04 +02:00
Thomas Farstrike 016028ff49 Improve webcam 2025-05-14 10:06:11 +02:00
Thomas Farstrike 4105f57352 camtest: adapt to new api 2025-05-13 18:07:15 +02:00
Thomas Farstrike fa295e7f57 camtest: add webcam support 2025-05-13 16:12:21 +02:00
Thomas Farstrike 3986dfebc8 apps.py: remove unused function 2025-05-13 14:14:17 +02:00
Thomas Farstrike 7c650a3710 button.py: shorter long press duration for bootloader mode 2025-05-13 14:14:01 +02:00
Thomas Farstrike e53b501c9f apps.py: fix script name 2025-05-13 14:12:38 +02:00
Thomas Farstrike 9ab41521ca main.py: install button handler in same thread for predictability 2025-05-13 14:11:50 +02:00
Thomas Farstrike 96778cf1e6 button handler: explicitly set stack size 2025-05-13 13:56:18 +02:00
Thomas Farstrike 5b240d9a7e Increase stack size to 32KB for camera
Perhaps this could be done on a per-app basis, where apps can specify in their manifest how much they would like?
2025-05-13 13:22:20 +02:00
Thomas Farstrike f7a42f1da8 wificonf: don't activate wifi if nothing is configured 2025-05-13 13:21:52 +02:00
Thomas Farstrike c23d51f8ac wificonf: 12KB of stack size for child threads seems enough 2025-05-13 13:21:16 +02:00