Skip to content

Commit af4c43f

Browse files
Merge pull request #313595 from dominicbetts/release-aio-2603-management-actions
AIO 2603: ONVIF management actions
2 parents 1506bc2 + cb39f21 commit af4c43f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

articles/iot-operations/discover-manage-assets/howto-use-onvif-connector.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,13 @@ To create an ONVIF asset for event management and control:
303303

304304
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/).
305305

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:
307307

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).
310309

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:
312311

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

Comments
 (0)