You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/discover-manage-assets/howto-use-onvif-connector.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,13 +303,13 @@ To create an ONVIF asset for event management and control:
303
303
304
304
To interact with the ONVIF camera, you can publish MQTT messages that the connector for ONVIF subscribes to. The message format is based on the [ONVIF network interface specifications](https://www.onvif.org/profiles/specifications/).
305
305
306
-
The [Azure IoT Operations connector for ONVIF PTZ Demo](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/aio-onvif-connector-ptz-demo) sample application shows how to use the connector for ONVIF to:
306
+
To publish MQTT messages to interact with the camera, options include:
307
307
308
-
- Use the media asset definition to retrieve a profile token from the camera's media service.
309
-
- Use the profile token when you use the camera's PTZ capabilities control its position and orientation.
308
+
- Management actions CLI commands. To learn more, see[Enable and run management actions](howto-use-management-actions.md).
310
309
311
-
The sample application uses the Azure IoT Operations MQTT broker to send commands to interact with the connector for ONVIF.
310
+
- Programmatically. The [Azure IoT Operations connector for ONVIF PTZ Demo](https://github.com/Azure-Samples/explore-iot-operations/tree/main/samples/aio-onvif-connector-ptz-demo) sample application shows how to use the connector for ONVIF to:
312
311
313
-
To learn more, see:
314
-
-[Enable and run management actions](howto-use-management-actions.md)
315
-
-[Publish and subscribe MQTT messages using MQTT broker](../manage-mqtt-broker/overview-broker.md).
312
+
- Use the media asset definition to retrieve a profile token from the camera's media service.
313
+
- Use the profile token when you use the camera's PTZ capabilities control its position and orientation.
314
+
315
+
The sample application uses the Azure IoT Operations MQTT broker to send commands to interact with the connector for ONVIF. To learn more about using the MQTT broker, see [Azure IoT Operations built-in local MQTT broker](../manage-mqtt-broker/overview-broker.md).
0 commit comments