Files
ryan.mcgeeandClaude Opus 4.7 9fdee30281 Document the always-available raw HTTP stream guarantee
The raw HTTP endpoints (/stream/raw, /snapshot/raw, and the
mjpg_streamer-compatible /webcam/?action=stream and ?action=snapshot)
are intentionally not gated by any runtime toggle — OctoPrint's
Classic Webcam plugin uses these for live feeds and timelapse
snapshots and they must remain available regardless of overlay master,
overlay type, or RTSP toggle state.

This was already the behavior; this commit just makes the invariant
explicit in code comments and the README so future changes do not
accidentally regress it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 15:11:17 -05:00
..