Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ Follow the steps in [Getting-Started-Guide.md](./Getting-Started-Guide.md) to br
![Configure and Verify Region of Interest](../images/create-roi.gif)
Figure 1: Region of Interest creation flow

> **Need help working with this spatial analytics data?** See the [Working with Spatial Analytics Data](working-with-spatial-analytics-data.md) guide for details on consuming ROI and tripwire events via MQTT, including Python and JavaScript examples and data format specifications.

> **Note:**
> To access the broker port `1883` from outside the Docker network, you must expose the port by **uncommenting** the following lines in your `docker-compose.yaml` file:
>
Expand Down Expand Up @@ -552,4 +554,5 @@ Figure 2: Tripwire creation flow
## Supporting Resources

- [How to visualize regions](how-to-visualize-regions.md)
- [Working with Spatial Analytics Data](../using-intel-scenescape/working-with-spatial-analytics-data.md) - Learn how to consume and process the spatial analytics data generated by ROIs and Tripwires
- [Intelยฎ SceneScape README](https://github.com/open-edge-platform/scenescape/blob/main/README.md)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/user-guide/using-intel-scenescape/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ These articles will teach you how to use Intelยฎ SceneScape and integrate camera
- [Tutorial](./tutorial.md)
- [Using the 3D UI](./how-to-use-3D-UI.md)
- [Integrating Cameras and Sensors](./how-to-integrate-cameras-and-sensors.md)
- [Working with Spatial Analytics Data](./working-with-spatial-analytics-data.md)

<!--hide_directive
:::{toctree}
Expand All @@ -16,5 +17,6 @@ Deploying Intelยฎ SceneScape <how-to-deploy-scenescape-using-prebuilt-containers
Tutorial <tutorial.md>
Using the 3D UI <how-to-use-3D-UI.md>
Integrating Cameras and Sensors <how-to-integrate-cameras-and-sensors.md>
Working with Spatial Analytics Data <working-with-spatial-analytics-data.md>
:::
hide_directive-->
Loading
Loading