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: manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/get-started/deploy-with-edge-orchestrator.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ Edge Orchestrator, part of Intel’s Edge Software, simplifies edge application
14
14
15
15
To deploy the **Pallet Defect Detection** Sample Application with the Edge Orchestrator, follow the steps described in this document.
16
16
17
-
## Deploy with Edge Orchestrator
18
-
19
-
### Prerequisites
17
+
## Prerequisites
20
18
21
19
1. Access to the web interface of the Edge Orchestrator with one or more [edge nodes onboarded](https://docs.openedgeplatform.intel.com/edge-manage-docs/dev/user_guide/set_up_edge_infra/edge_node_onboard/index.html) to the Edge Orchestrator.
Copy file name to clipboardExpand all lines: metro-ai-suite/deterministic-threat-detection/README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ To ensure synchronized operations across all devices, every machine in the syste
34
34
An aggregation node collects the MQTT messages and calculates the end-to-end latency. To demonstrate the impact of Time-Sensitive Networking (TSN), background traffic is introduced into the network. By enabling TSN features, the system showcases how TSN guarantees consistent and deterministic latency for critical data streams, even under network congestion.
35
35
36
36
### Components
37
+
37
38
-**DL Streamer Pipeline Server (VA Pipeline):** Processes video frames, extracts metadata, and integrates AI inference results.
38
39
-**Live Camera Streaming:** A network camera streams video to the edge compute node.
39
40
-**Camera Frame Capture + AI Inference:** Captures video frames, performs AI inference, and publishes results with PTP timestamps.
@@ -42,14 +43,14 @@ An aggregation node collects the MQTT messages and calculates the end-to-end lat
42
43
-**MQTT Aggregator:** Subscribes to MQTT topics, collects data, and visualizes end-to-end latency.
43
44
-**Traffic Injector:** A machine that generates best-effort background traffic using iperf to demonstrate the impact of congestion on latency-sensitive workloads.
44
45
45
-
46
46
## Learn More
47
+
47
48
-[Get Started](./docs/user-guide/get-started.md): For detailed instructions on how to set up the environment and run the demonstration.
48
-
-[How to Configure PTP](./docs/user-guide/how-to-configure-ptp.md): For step-by-step guidance on setting up Precision Time Protocol (PTP) for time synchronization across devices.
49
-
-[MOXA TSN Switch Configuration](./docs/user-guide/how-to-configure-moxa-switch.md): For instructions on configuring the MOXA TSN switch for the first time.
50
-
-[Enable TSN Traffic Shaping on MOXA Switch](./docs/user-guide/how-to-enable-tsn-traffic-shaping.md): For details on how to enable IEEE 802.1Qbv (Time-Aware Shaper) on the MOXA switch to prioritize critical traffic.
51
-
-[Run RTSP Camera Capture and AI Inference](./docs/user-guide/how-to-run-rtsp-camera-and-ai-inference.md): For details on how to set up and run the RTSP camera capture and AI inference pipelines.
52
-
-[Run Sensor Data Producer](./docs/user-guide/how-to-run-sensor-data-producer.md): For instructions on how to set up and run the sensor data producer that generates telemetry data.
53
-
-[Run MQTT Aggregator and Visualization](./docs/user-guide/how-to-run-mqtt-aggregator-and-visualization.md): For details on how to set up and run the MQTT aggregator that collects data and visualizes latency measurements.
54
-
-[Inject Background Traffic with iperf](./docs/user-guide/how-to-run-traffic-injector.md): For instructions on how to use iperf to generate best-effort background traffic to demonstrate the impact of congestion on latency-sensitive workloads.
49
+
-[How to Configure PTP](./docs/user-guide/how-to-guides/configure-ptp.md): For step-by-step guidance on setting up Precision Time Protocol (PTP) for time synchronization across devices.
50
+
-[MOXA TSN Switch Configuration](./docs/user-guide/how-to-guides/configure-moxa-switch.md): For instructions on configuring the MOXA TSN switch for the first time.
51
+
-[Enable TSN Traffic Shaping on MOXA Switch](./docs/user-guide/how-to-guides/enable-tsn-traffic-shaping.md): For details on how to enable IEEE 802.1Qbv (Time-Aware Shaper) on the MOXA switch to prioritize critical traffic.
52
+
-[Run RTSP Camera Capture and AI Inference](./docs/user-guide/how-to-guides/run-rtsp-camera-and-ai-inference.md): For details on how to set up and run the RTSP camera capture and AI inference pipelines.
53
+
-[Run Sensor Data Producer](./docs/user-guide/how-to-guides/run-sensor-data-producer.md): For instructions on how to set up and run the sensor data producer that generates telemetry data.
54
+
-[Run MQTT Aggregator and Visualization](./docs/user-guide/how-to-guides/run-mqtt-aggregator-and-visualization.md): For details on how to set up and run the MQTT aggregator that collects data and visualizes latency measurements.
55
+
-[Inject Background Traffic with iperf](./docs/user-guide/how-to-guides/run-traffic-injector.md): For instructions on how to use iperf to generate best-effort background traffic to demonstrate the impact of congestion on latency-sensitive workloads.
55
56
-[Release Notes](./docs/user-guide/release-notes.md): For information on new features, improvements, and bug fixes in each release of the project.
0 commit comments