We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866ba8b commit f5b16daCopy full SHA for f5b16da
README.md
@@ -146,7 +146,7 @@ eventListener.Start((int cameraID, string ev) =>
146
}
147
});
148
149
-var subscriptionResponse = await client.BasicSubscribeAsync(eventListener.GetOnvifEventListenerUri(cameraID));
+var subscriptionResponse = await client.BasicSubscribeAsync(eventListener.GetOnvifEventListenerUri(CAMERA1));
150
```
151
### Using the generated WCF clients
152
First add a reference to the DLL that implements the clients (e.g. `SharpOnvifClient.DeviceMgmt`). Create the authentication behavior:
0 commit comments