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
@@ -194,7 +202,6 @@ To see the events from the objectCounter module and from the Live Video Analytic
194
202
195
203
`"topologyName" : "EVRtoAssetsOnObjDetect"`
196
204
1. Start a debugging session by selecting F5. You'll see some messages printed in the **TERMINAL** window.
197
-
198
205
1. The operations.json file starts off with calls to GraphTopologyList and GraphInstanceList. If you've cleaned up resources after previous quickstarts or tutorials, this action returns empty lists and pauses for you to select **Enter**, as shown:
199
206
200
207
```
@@ -212,7 +219,6 @@ To see the events from the objectCounter module and from the Live Video Analytic
212
219
Executing operation WaitForInput
213
220
Press Enter to continue
214
221
```
215
-
216
222
1. After you select **Enter** in the **TERMINAL** window, the next set of direct method calls is made:
217
223
* A call to GraphTopologySet by using the previous topologyUrl
218
224
* A call to GraphInstanceSet by using the following body
@@ -246,11 +252,9 @@ To see the events from the objectCounter module and from the Live Video Analytic
246
252
* A second call to GraphInstanceList to show that the graph instance is in the running state
247
253
248
254
1. The output in the **TERMINAL** window pauses now at a **Press Enter to continue** prompt. Don't select **Enter** at this time. Scroll up to see the JSON response payloads for the direct methods you invoked.
249
-
250
255
1. If you now switch over to the **OUTPUT** window in Visual Studio Code, you'll see messages being sent to IoT Hub by the Live Video Analytics on IoT Edge module.
251
256
252
257
These messages are discussed in the following section.
253
-
254
258
1. The graph instance continues to run and record the video. The RTSP simulator keeps looping the source video. Review the messages as discussed in the following section. Then to stop the instance, go back to the **TERMINAL** window and select **Enter**. The next series of calls are made to clean up resources by using:
255
259
256
260
* A call to GraphInstanceDeactivate to deactivate the graph instance.
0 commit comments