Commit Graph

2 Commits

Author SHA1 Message Date
mikkeli b1306bac21 Fix V4L2 mmap capture and service configuration
- capture.py: use mmap.mmap instead of non-existent os.mmap
- capture.py: fix v4l2_fourcc() to pass 4 char arguments
- camera-webui.service: add Group=video and PATH env var
2026-08-06 09:21:02 +09:00
mikkeli d4eebf79f6 Add MJPEG camera server with systemd deployment
- camera/capture.py: V4L2 mmap-based MJPEG frame capture with background thread
- camera/mjpeg.py: MJPEG streaming server (multipart/x-mixed-replace) + minimal web UI
- camera/app.py: Entry point with argument parsing and signal handling
- pyproject.toml: uv project config (no external dependencies)
- camera-webui.service: systemd unit for native Pi deployment
- README.md: Updated for systemd-only direction with install instructions
2026-08-06 01:17:26 +09:00