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 <klaas_schoute@hotmail.com>

* Update source/_integrations/mjpeg.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
Yariv Amar 2022-09-06 19:46:56 +03:00 committed by GitHub
parent b5696df535
commit 4b82107bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,3 +56,8 @@ use is automatically detected when using a username and password.
- OctoPrint (OctoPi): - OctoPrint (OctoPi):
- MJPEG URL: `http://IP/webcam/?action=stream` - MJPEG URL: `http://IP/webcam/?action=stream`
- Still Image URL: `http://IP/webcam/?action=snapshot` - 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`