Skip to content

Commit b4fcff4

Browse files
authored
Update spatial-analysis-logging.md
updating to clarify the first 3 steps
1 parent 2d914ce commit b4fcff4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ 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 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.
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 or Azure VM. 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` version of any operation and visualize the output.
2424

25-
1. Open the desktop either locally 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 the value of the `DISPLAY` environment variable under the `spaceanalytics` module
25+
1. Open the desktop either locally or by using a remote desktop client on the host computer running Spatial Analysis.
26+
2. In the terminal run `xhost +`
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) under the `spaceanalytics` module with the value of the `DISPLAY` environment variable. You can find it's value by running `echo $DISPLAY` in the terminal on the host computer.
2928
```
3029
"env": {
3130
"DISPLAY": {

0 commit comments

Comments
 (0)