Skip to content

Commit 5c73a3a

Browse files
authored
Merge branch 'main' into ITEP-89518-tracker_supports_NTP_time_correction
2 parents a3c64d8 + 3855340 commit 5c73a3a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

controller/src/controller/scene_controller.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ def handleSceneDataMessage(self, client, userdata, message):
552552
analytics_objects = scene.getTrackedObjects(detection_type)
553553
log.debug(f"Analytics-only mode - received objects: scene={scene_id}, type={detection_type}, count={len(analytics_objects)}")
554554

555+
scene._updateVisible(analytics_objects)
556+
555557
msg_when = get_epoch_time(jdata.get('timestamp'))
556558

557559
scene._updateEvents(detection_type, msg_when, analytics_objects)

docs/user-guide/microservices/controller/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Analytics-only mode allows the Scene Controller to consume tracked objects from
116116
- Analytics processing (regions, tripwires, sensors) continues to function normally
117117
- Child scenes are not supported in analytics-only mode
118118
- Sensors in Scene not supported and attribute persistence across moving objects not supported on data/scene MQTT topic (data available on events topic)
119-
- The following object fields are not available on `event` topic: `visibility`, `similarity`, `confidence`, `entered`, `exited`
120-
- The following object fields are not available on `data/regulated` topic: `visibility`, `similarity`, `confidence`
119+
- The following object fields are not available on `event` topic: `similarity`, `confidence`, `entered`, `exited`
120+
- The following object fields are not available on `data/regulated` topic: `similarity`, `confidence`
121121

122122
<!--hide_directive
123123
:::{toctree}

0 commit comments

Comments
 (0)