From b0dc953780288988a638422f76d0d4352d3c93c7 Mon Sep 17 00:00:00 2001 From: konstantysz Date: Mon, 9 Mar 2026 10:34:10 +0100 Subject: [PATCH] Document MJPEG live camera config in hardware.yaml --- config/hardware.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/hardware.yaml b/config/hardware.yaml index 484bcb4..8c96cd6 100644 --- a/config/hardware.yaml +++ b/config/hardware.yaml @@ -1,4 +1,11 @@ camera: + # Live mode (IP Webcam app on Android): + # type: "mjpeg" + # uri: "http://192.168.1.x:8080/video" + # reconnect_delay_ms: 2000 + # max_reconnect_attempts: 10 + # grab_timeout_ms: 5000 + # USB camera (future): type: "usb", uri: "0" type: "file" uri: "video_replays/fennekin_normal/images"