Commit Graph

6 Commits

Author SHA1 Message Date
yair
a81587e8c6 slow and debug works 2025-11-22 09:52:45 +02:00
yair
d2c1030354 wteak settings 2025-11-21 17:46:53 +02:00
yair
93d8da45e6 rem prints 2025-11-21 13:40:29 +02:00
yair
312972d0c6 bump gain to 65 2025-11-19 18:02:34 +02:00
yair
5c91899669 ommit print 2025-11-18 20:35:15 +02:00
yair
a7a776fb58 feat: adapt linescan scripts to use uv and proper rollover-based file saving
- Updated launch_with_signal.py with PEP 723 metadata for uv compatibility
- Added day/night mode presets with command-line arguments
- Implemented proper rollover-only file saving via Python/PIL callbacks
- Removed multifilesink from pipeline (was saving every frame incorrectly)
- Added funny auto-generated output directory names (e.g., fuzzy-photon)
- Updated rollover_example.py to follow same pattern with uv support
- Updated rollover_example.c to demonstrate signal detection without file saving
- Updated launch_with_capture.ps1 to remove incorrect multifilesink usage
- All scripts now save files ONLY on rollover events, not every frame
- Pipeline simplified: camera -> linescan -> display (files saved in callback)
2025-11-18 19:39:51 +02:00