multimodal: Updated fusion analytics to use RTSP src time#1968
Merged
sathyendranv merged 5 commits intorelease-2026.0.0from Mar 3, 2026
Merged
multimodal: Updated fusion analytics to use RTSP src time#1968sathyendranv merged 5 commits intorelease-2026.0.0from
sathyendranv merged 5 commits intorelease-2026.0.0from
Conversation
Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the multimodal sample’s fusion analytics to align vision timestamps with RTSP source time by enabling RTP timestamp metadata in the DLStreamer pipeline and switching fusion/matching logic to use that RTSP-derived timestamp.
Changes:
- Update DLStreamer pipeline config to attach RTSP/RTP timing metadata to vision messages.
- Switch fusion matching and fused-result timestamping from
metadata.timetometadata.rtp.sender_ntp_unix_timestamp_nsfor vision. - Adjust weld data simulator looping behavior when continuous ingestion is disabled.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| manufacturing-ai-suite/industrial-edge-insights-multimodal/weld-data-simulator/publisher.py | Changes simulator looping logic for “single pass” vs continuous ingestion. |
| manufacturing-ai-suite/industrial-edge-insights-multimodal/fusion-analytics/fusion.py | Uses RTSP/RTP sender NTP timestamp for vision/TS matching and adds timestamp-diff fields/logging. |
| manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/config.json | Enables reference timestamp metadata on rtspsrc and RTP timestamp emission in gvametaconvert. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
manufacturing-ai-suite/industrial-edge-insights-multimodal/fusion-analytics/fusion.py
Outdated
Show resolved
Hide resolved
manufacturing-ai-suite/industrial-edge-insights-multimodal/weld-data-simulator/publisher.py
Show resolved
Hide resolved
manufacturing-ai-suite/industrial-edge-insights-multimodal/fusion-analytics/fusion.py
Outdated
Show resolved
Hide resolved
manufacturing-ai-suite/industrial-edge-insights-multimodal/fusion-analytics/fusion.py
Outdated
Show resolved
Hide resolved
manufacturing-ai-suite/industrial-edge-insights-multimodal/fusion-analytics/fusion.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
d6fd96e to
67c0616
Compare
Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...uring-ai-suite/industrial-edge-insights-multimodal/docs/user-guide/release-notes/mar-2026.md
Outdated
Show resolved
Hide resolved
manufacturing-ai-suite/industrial-edge-insights-multimodal/fusion-analytics/fusion.py
Outdated
Show resolved
Hide resolved
manufacturing-ai-suite/industrial-edge-insights-multimodal/fusion-analytics/fusion.py
Outdated
Show resolved
Hide resolved
manufacturing-ai-suite/industrial-edge-insights-multimodal/fusion-analytics/fusion.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
sathyendranv
added a commit
that referenced
this pull request
Mar 24, 2026
This PR updates the multimodal sample’s fusion analytics to align vision timestamps with RTSP source time by enabling RTP timestamp metadata in the DLStreamer pipeline and switching fusion/matching logic to use that RTSP-derived timestamp. Changes: - Update DLStreamer pipeline config to attach RTSP/RTP timing metadata to vision messages. - Switch fusion matching and fused-result timestamping from metadata.time to metadata.rtp.sender_ntp_unix_timestamp_ns for vision. - Adjust weld data simulator looping behavior when continuous ingestion is disabled. Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
multimodal: Updated fusion analytics to use RTSP src time
Fixes # (issue)
Any Newly Introduced Dependencies
No
How Has This Been Tested?
Yes
Checklist: