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/cloud/faq.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -24,38 +24,38 @@ sections:
24
24
| System.PipelineName | Represents the name of the live pipeline. |
25
25
26
26
> [!Note]
27
-
> System.Runtime.DateTime and System.Runtime.PreciseDateTime cannot be used as part of the name of an Azure Video Analyzer video resource, in a video sink node. These variables can be used in a [FileSink](../pipeline.md#file-sink), for naming the file.
27
+
> System.Runtime.DateTime and System.Runtime.PreciseDateTime cannot be used as part of the name of an Azure Video Analyzer video resource, in a video sink node. These variables can be used in a [FileSink](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/pipeline#file-sink), for naming the file.
28
28
29
29
**What is the difference between live pipeline and batch pipeline jobs of Video Analyzer service?**
30
30
31
-
Live topologies, as the name suggests, are used for the ingestion of live video from cameras to cloud. Batch topologies are used to process or export the recorded videos from Video Analyzer service. For more information, see [pipeline](../pipeline.md#pipeline-topologies) and rules on the [use of nodes in pipelines](../pipeline.md#rules-on-the-use-of-nodes)
31
+
Live topologies, as the name suggests, are used for the ingestion of live video from cameras to cloud. Batch topologies are used to process or export the recorded videos from Video Analyzer service. For more information, see [pipeline](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/pipeline#pipeline-topologies) and rules on the [use of nodes in pipelines](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/pipeline#rules-on-the-use-of-nodes)
32
32
33
33
**What is the privacy policy for Video Analyzer?**
34
34
35
35
Video Analyzer is covered by the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement). The privacy statement explains the personal data Microsoft processes, how Microsoft processes it, and for what purposes Microsoft processes it. To learn more about privacy, visit the [Microsoft Trust Center](https://www.microsoft.com/trust-center?rtc=1).
36
36
37
37
**Do we have AI models or AI inferencing capability for Video Analyzer service?**
38
38
39
-
It is not currently available for Video Analyzer cloud pipelines. However, the Video Analyzer edge module can be used with other Azure IoT Edge modules such as Stream Analytics, Cognitive Services, and other Azure cloud services such as Event Hub and Cognitive Services to build powerful hybrid (that is, edge + cloud) applications. This extensible edge module seamlessly integrates with various AI edge modules such as Azure Cognitive Services containers or custom edge modules built using open-source machine learning models and your training data. For e.g see [Quickstart: Analyze a live video feed from a (simulated) IP camera using your own gRPC model](../edge/analyze-live-video-use-your-model-grpc.md)
39
+
It is not currently available for Video Analyzer cloud pipelines. However, the Video Analyzer edge module can be used with other Azure IoT Edge modules such as Stream Analytics, Cognitive Services, and other Azure cloud services such as Event Hub and Cognitive Services to build powerful hybrid (that is, edge + cloud) applications. This extensible edge module seamlessly integrates with various AI edge modules such as Azure Cognitive Services containers or custom edge modules built using open-source machine learning models and your training data. For e.g see [Quickstart: Analyze a live video feed from a (simulated) IP camera using your own gRPC model](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/analyze-live-video-use-your-model-grpc)
40
40
41
41
- question: Configuration and deployment
42
42
answer: |
43
43
**How do I create an Azure Video Analyzer account?**
44
44
45
-
You can either create the account by using an Azure Resource Manager (ARM) template or by Azure portal. To create the Azure Video Analyzer account see [here](../create-video-analyzer-account.md)
45
+
You can either create the account by using an Azure Resource Manager (ARM) template or by Azure portal. To create the Azure Video Analyzer account see [here](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/create-video-analyzer-account)
46
46
47
47
**How do I simulate RTSP stream if I don’t have RTSP camera?**
48
48
49
-
You can simulate RTSP stream by deploying RTSP camera simulator using a Azure Linux VM. For more details, please see [RTSP camera simulator](./get-started-livepipelines-portal.md#deploy-rtsp-camera-simulator)
49
+
You can simulate RTSP stream by deploying RTSP camera simulator using a Azure Linux VM. For more details, please see [RTSP camera simulator](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/get-started-livepipelines-portal#deploy-rtsp-camera-simulator)
50
50
51
51
**How can I add more sample video files to RTSP camera simulator?**
52
52
53
-
To add a new video file to your existing RTSP camera simulator media folder, see [here](./get-started-livepipelines-portal.md#deploy-rtsp-camera-simulator).
53
+
To add a new video file to your existing RTSP camera simulator media folder, see [here](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/get-started-livepipelines-portal#deploy-rtsp-camera-simulator).
54
54
Sample media files available for testing can be found at [Media datasets](https://github.com/Azure/video-analyzer/tree/main/media).
55
55
56
56
**Is an RTSP simulator available to use during testing and development for Live pipelines?**
57
57
58
-
Yes, you can use [RTSP camera simulator](./get-started-livepipelines-portal.md#deploy-rtsp-camera-simulator) for quickstarts and tutorials to support the learning process. We recommend strongly that you solely not rely on simulator for your projects. You should invest in testing with your actual RTSP source before you plan a production deployment.
58
+
Yes, you can use [RTSP camera simulator](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/get-started-livepipelines-portal#deploy-rtsp-camera-simulator) for quickstarts and tutorials to support the learning process. We recommend strongly that you solely not rely on simulator for your projects. You should invest in testing with your actual RTSP source before you plan a production deployment.
59
59
60
60
- question: Capture from IP camera and RTSP settings
61
61
answer: |
@@ -75,7 +75,7 @@ sections:
75
75
answer: |
76
76
**Are there any tools to make it easier to monitor the Video Analyzer service?**
77
77
78
-
You can monitor service generated events & metrics by setting up diagnostics settings and archive logs to a storage account. You can access monitoring section by navigating to Video Analyzer account in Azure portal. For more information, see [here](./monitor-log-cloud.md).
78
+
You can monitor service generated events & metrics by setting up diagnostics settings and archive logs to a storage account. You can access monitoring section by navigating to Video Analyzer account in Azure portal. For more information, see [here](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/monitor-log-cloud).
79
79
80
80
**Can I monitor the pipeline on the cloud by using Azure Event Grid?**
81
81
@@ -84,7 +84,7 @@ sections:
84
84
**Can I use Azure Monitor to view the health, metrics, and performance of my pipelines in the cloud?**
85
85
86
86
Yes, we support this approach. To learn more, see [Azure Monitor Metrics overview](../../../azure-monitor/essentials/data-platform-metrics.md)
87
-
and [Monitor and log](./monitor-log-cloud.md) article.
87
+
and [Monitor and log](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/monitor-log-cloud) article.
88
88
89
89
- question: Billing and availability
90
90
answer: |
@@ -96,4 +96,4 @@ additionalContent: |
96
96
97
97
## Next steps
98
98
99
-
[Quickstart: Get started with Azure Video Analyzer service](./get-started-livepipelines-portal.md)
99
+
[Quickstart: Get started with Azure Video Analyzer service](/previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/cloud/get-started-livepipelines-portal)
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)
url: edge/direct-methods.md#should we move it to the AVA root?
124
+
url: /previous-versions/azure/azure-video-analyzer/video-analyzer-docs/articles/azure-video-analyzer/video-analyzer-docs/edge/direct-methods #should we move it to the AVA root?
0 commit comments