Skip to content

Commit

Permalink
Updated README (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
honeytung authored Jun 26, 2024
1 parent fe1e9c2 commit c0331f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c0331f4

Please sign in to comment.