From c0331f494103e7650427367a0603f4032be00bdb Mon Sep 17 00:00:00 2001 From: Harry Tung Date: Tue, 25 Jun 2024 17:24:49 -0700 Subject: [PATCH] Updated README (#41) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d9cd8b..f7b1e73 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ RTSP cameras with support for ONVIF can be discovered on your local network in t ```python from framegrab import RTSPDiscovery, ONVIFDeviceInfo -devices = RTSPDiscovery.discover_camera_ips() +devices = RTSPDiscovery.discover_onvif_devices() ``` The `discover_onvif_devices()` will provide a list of devices that it finds in the `ONVIFDeviceInfo` format. An optional mode `auto_discover_modes` can be used to try different default credentials to fetch RTSP URLs: