From 4b82107beee3a6024c59736971bc05666a7c2aa2 Mon Sep 17 00:00:00 2001 From: Yariv Amar Date: Tue, 6 Sep 2022 19:46:56 +0300 Subject: [PATCH] adding example for old foscam and similar no-brand (#23917) * adding example for old foscam and similar no-brand * Update source/_integrations/mjpeg.markdown Co-authored-by: Klaas Schoute * Update source/_integrations/mjpeg.markdown Co-authored-by: Klaas Schoute Co-authored-by: Klaas Schoute --- source/_integrations/mjpeg.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/mjpeg.markdown b/source/_integrations/mjpeg.markdown index f9be0d3f0c0..e0959747793 100644 --- a/source/_integrations/mjpeg.markdown +++ b/source/_integrations/mjpeg.markdown @@ -56,3 +56,8 @@ use is automatically detected when using a username and password. - OctoPrint (OctoPi): - MJPEG URL: `http://IP/webcam/?action=stream` - Still Image URL: `http://IP/webcam/?action=snapshot` + +- Legacy Foscam / wanscam + - MJPEG URL: `http://IP:PORT/videostream.cgi` (add ?resultion=32 for 640x480 or ?resultion=32 for 320x240) + - Still Image URL: `http://IP:PORT/snapshot.cgi` +