[ITEP-83027] Controller with Analytics only mode#884
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
….com/open-edge-platform/scenescape into dmytroye/subscribe-analytics-to-mqtt
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@sarthakdeva-intel Scene hierarchy in controller's analytics only mode disabled for objects and events republish. |
| - Camera and scene detection data processing is skipped | ||
| - The controller subscribes to tracked object data from MQTT topics published by the Tracker service | ||
| - Analytics processing (regions, tripwires, sensors) continues to function normally | ||
| - Child scenes are not supported in analytics-only mode |
There was a problem hiding this comment.
Have you confirmed support of
- environmental and attribute sensors
- attribute persistence (which is unlikely as the tracker sits outside having no knowledge about what attributes to persist)?
If not let's add that here as well: Sensors in Scene not supported and attribute persistence across moving objects not supported.
There was a problem hiding this comment.
Added - aa4ec21. Sensor data still accessible on event topic.
📝 Description
This PR introduces an analytics-only mode for the Controller service, allowing it to consume tracked objects from a separate Tracker service via MQTT rather than performing tracking internally.
Changes:
✨ Type of Change
Select the type of change your PR introduces:
🧪 Testing Scenarios
Describe how the changes were tested and how reviewers can test them too:
✅ Checklist
Before submitting the PR, ensure the following: