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 0d242dc commit a9e4d8cCopy full SHA for a9e4d8c
src/Core/utils.py
@@ -39,7 +39,7 @@ def sender(operation, data, cstm_port=None):
39
service_url = ALGORITHMS_CONTROLLER_SERVICE_URL
40
41
42
- if ONVIF_SERVICE_URL and port == 3456:
+ if ONVIF_SERVICE_URL and port == 3010:
43
service_url = ONVIF_SERVICE_URL
44
45
if cstm_port:
0 commit comments