Commit Graph

427 Commits

Author SHA1 Message Date
Thomas Farstrike d57aa554d1 webcam: going right direction (EAGAIN) 2025-05-13 17:41:54 +02:00
Thomas Farstrike d20843c8aa webcam: try 4/infinite buffers (doesn't work) 2025-05-13 17:36:31 +02:00
Thomas Farstrike 62943cf175 webcam: 2 captures works 2025-05-13 17:32:32 +02:00
Thomas Farstrike 53d37e7265 webcam: more debug 2025-05-13 17:28:29 +02:00
Thomas Farstrike 34728e907b webcam: no more errors! 2025-05-13 17:18:35 +02:00
Thomas Farstrike 830454c94f webcam: less errors 2025-05-13 17:16:41 +02:00
Thomas Farstrike 079d9ff52e webcam: less errors 2025-05-13 17:14:56 +02:00
Thomas Farstrike 5ac6c7ba62 webcam: still errors 2025-05-13 17:13:22 +02:00
Thomas Farstrike b488887746 webcam: repeatable captures 2025-05-13 17:10:43 +02:00
Thomas Farstrike 4b768b16b5 webcam: add debug prints 2025-05-13 16:21:15 +02:00
Thomas Farstrike 218a3ebd21 webcam: resize to 240x240 2025-05-13 16:16:36 +02:00
Thomas Farstrike fa295e7f57 camtest: add webcam support 2025-05-13 16:12:21 +02:00
Thomas Farstrike 35303d3a6b add webcam for unix 2025-05-13 15:53:25 +02:00
Thomas Farstrike e6ec079a41 fix quirc_decode on unix builds 2025-05-13 15:53:09 +02:00
Thomas Farstrike 462ebbb88d fix unix builds 2025-05-13 15:52:14 +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
Thomas Farstrike a981150103 osupdate: 12KB stack should be enough 2025-05-13 13:20:43 +02:00
Thomas Farstrike b40d0c47eb appstore: stop downloading icons when closing 2025-05-13 13:20:21 +02:00