Skip to content

Commit faef064

Browse files
authored
Update spatial-analysis-logging.md
1 parent 66be73e commit faef064

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/cognitive-services/Computer-vision/spatial-analysis-logging.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ Spatial Analysis includes a set of features to monitor the health of the system
1818

1919
## Enable visualizations
2020

21-
To enable a visualization of AI Insights events in a video frame, you need to use the `.debug` version of a [Spatial Analysis operation](spatial-analysis-operations.md) on a desktop machine. The visualization is not possible on Azure Stack Edge devices. There are four debug operations available.
21+
To enable a visualization of AI Insight events in a video frame, you need to use the `.debug` version of a [Spatial Analysis operation](spatial-analysis-operations.md) on a desktop machine. The visualization is not possible on Azure Stack Edge devices. There are four debug operations available.
2222

2323
If your device is a local desktop machine or Azure GPU VM (with remote desktop enabled), then then you can switch to debug vertsion of any operation and visualize the output.
2424

25-
1. Open the terminal in the host computer and type `xhost +`
26-
2. In the same terminal type `echo $DISPLAY`
27-
3. Update the [deployment manifest](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/ComputerVision/spatial-analysis/DeploymentManifest_for_non_ASE_devices.json) with value of `DISPLAY` environment variable under `spaceanalytics` module
25+
1. Open the desktop either physically or by using a remote desktop client on the host computer running Spatial Analysis
26+
2. Open the terminal in the host computer and type `xhost +`
27+
3. In the same terminal type `echo $DISPLAY`
28+
4. Update the [deployment manifest](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/ComputerVision/spatial-analysis/DeploymentManifest_for_non_ASE_devices.json) with value of `DISPLAY` environment variable under `spaceanalytics` module
2829
```
2930
"env": {
3031
"DISPLAY": {

0 commit comments

Comments
 (0)