Add a watch command that streams a camera's live view to a playable output instead of recording fixed clips.\n\n- Default to HLS → VLC (rolling .m3u8 + segments), which is the dependable option on headless/WSL hosts.\n- Reuse the existing streamVideo() + ffmpeg path.\n- Usage: npm run watch -- --camera "Front".\n\nContext: discussed as a follow-up to the initial release.
Add a
watchcommand that streams a camera's live view to a playable output instead of recording fixed clips.\n\n- Default to HLS → VLC (rolling.m3u8+ segments), which is the dependable option on headless/WSL hosts.\n- Reuse the existingstreamVideo()+ ffmpeg path.\n- Usage:npm run watch -- --camera "Front".\n\nContext: discussed as a follow-up to the initial release.