Skip to content

Commit fd2ae55

Browse files
authored
Merge pull request #178298 from v-krishnag/videoanalytics
replace wording
2 parents 6e589dc + 657271b commit fd2ae55

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed
49.1 KB
Loading

articles/iot-central/retail/tutorial-video-analytics-create-app-openvino.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ This tutorial configures your solution to use the OpenVINO™ module for obj
110110

111111
[!INCLUDE [iot-central-video-analytics-part3](../../../includes/iot-central-video-analytics-part3.md)]
112112

113-
### Replace the manifest
113+
### Edit the manifest
114114

115-
On the **LVA Edge Gateway v2** page, select **+ Replace manifest**.
115+
On the **LVA Edge Gateway v2** page, select **Edit manifest**.
116116

117117
:::image type="content" source="./media/tutorial-video-analytics-create-app-openvino/replace-manifest.png" alt-text="Replace Manifest":::
118118

119-
Navigate to the *lva-configuration* folder and select the *deployment.openvino.amd64.json* manifest file you edited previously. Select **Upload**. When the validation is complete, select **Replace**.
119+
Select **replace it with a new file** navigate to the *lva-configuration* folder and select the *deployment.openvino.amd64.json* manifest file you edited previously and select **Save**.
120120

121121
[!INCLUDE [iot-central-video-analytics-part4](../../../includes/iot-central-video-analytics-part4.md)]
122122

articles/iot-central/retail/tutorial-video-analytics-manage.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,22 @@ Select **Run** to add the camera device:
4747
> [!NOTE]
4848
> The **LVA Edge Object Detector** device template already exists in the application.
4949
50+
If the device fails to connect, check the status of the modules on the device:
51+
52+
* Use SSH to open a shell on the device.
53+
* Run the following command in the shell:
54+
55+
`sudo iotedge list`
56+
57+
If the modules are running correctly, you will see output that looks like the following:
58+
59+
```
60+
LvaEdgeGatewayModule running Up 2 minutes mcr.microsoft.com/lva-utilities/lva-edge-iotc-gateway:1.0-amd64
61+
lvaEdge running Up 2 minutes mcr.microsoft.com/media/live-video-analytics:2
62+
```
63+
64+
To learn more, see [Troubleshoot your IoT Edge device](../../iot-edge/troubleshoot.md).
65+
5066
## Add a motion detection camera (optional)
5167

5268
If you have two cameras connected to your IoT Edge gateway device, repeat the previous steps to add a motion detection camera to the application. Use different values for the **Camera ID**, **Camera Name**, and **RTSP Url** parameters.

0 commit comments

Comments
 (0)