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/azure-video-analyzer/video-analyzer-docs/edge/faq.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ sections:
45
45
If you have used a quickstart or tutorial to install the camera simulator, then to add a new video file:
46
46
47
47
- Check that the file is in a [supported format](http://www.live555.com/mediaServer/) and uses the H.264 video codec
48
-
- Download the file to `/home/localedgeuser/samples/input/<videofile.mkv>` on your IoT Edge device, as shown [in this section](analyze-ai-composition.md#review-the-video-sample)
48
+
- Download the file to `/home/localedgeuser/samples/input/<videofile.mkv>` on your IoT Edge device, as shown [in this section](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/analyze-ai-composition#review-the-video-sample)
49
49
50
50
Sample media files available for testing can be found at [Media datasets](https://github.com/Azure/video-analyzer/tree/main/media).
51
51
@@ -117,7 +117,7 @@ sections:
117
117
118
118
First, be sure that your server can either handle more than one request at a time or work in parallel threads.
119
119
120
-
For example, a default number of parallel channels has been set in the following [Azure Video Analyzer gRPC sample](analyze-live-video-use-your-model-grpc.md):
120
+
For example, a default number of parallel channels has been set in the following [Azure Video Analyzer gRPC sample](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/analyze-live-video-use-your-model-grpc):
121
121
122
122
```
123
123
server = grpc.server(futures.ThreadPoolExecutor(max_workers=3))
@@ -175,7 +175,7 @@ sections:
175
175
176
176
**How do I view the bounding boxes generated by my inference server?**
177
177
178
-
You can record the inference results along with the media in your video resource. You can use a [widget](../player-widget.md) to play back the video with an overlay of the inference data.
178
+
You can record the inference results along with the media in your video resource. You can use a [widget](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/player-widget) to play back the video with an overlay of the inference data.
179
179
180
180
- question: gRPC compatibility
181
181
answer: |
@@ -206,7 +206,7 @@ sections:
206
206
answer: |
207
207
**Can I monitor the pipeline on the edge by using Azure Event Grid?**
208
208
209
-
Yes. You can consume [Prometheus metrics](monitor-log-edge.md#azure-monitor-collection-via-telegraf) and publish them to your event grid.
209
+
Yes. You can consume [Prometheus metrics](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/monitor-log-edge#azure-monitor-collection-via-telegraf) and publish them to your event grid.
210
210
211
211
**Can I use Azure Monitor to view the health, metrics, and performance of my pipelines in the cloud or on the edge?**
212
212
@@ -218,7 +218,7 @@ sections:
218
218
219
219
In addition, you can use this extension to edit the module twin for the Video Analyzer edge module to modify the pipeline settings.
220
220
221
-
For more information, see the [monitoring and logging](monitor-log-edge.md) article.
221
+
For more information, see the [monitoring and logging](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/monitor-log-edge) article.
222
222
223
223
- question: Billing and availability
224
224
answer: |
@@ -230,4 +230,4 @@ additionalContent: |
230
230
231
231
## Next steps
232
232
233
-
[Quickstart: Get started with Azure Video Analyzer](get-started-detect-motion-emit-events.md)
233
+
[Quickstart: Get started with Azure Video Analyzer](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/get-started-detect-motion-emit-events)
0 commit comments