Skip to content

multimodal: Updated fusion analytics to use RTSP src time#1968

Merged
sathyendranv merged 5 commits intorelease-2026.0.0from
feature/svellais/rtsp_srctime
Mar 3, 2026
Merged

multimodal: Updated fusion analytics to use RTSP src time#1968
sathyendranv merged 5 commits intorelease-2026.0.0from
feature/svellais/rtsp_srctime

Conversation

@sathyendranv
Copy link
Copy Markdown
Contributor

Description

multimodal: Updated fusion analytics to use RTSP src time

Fixes # (issue)

Any Newly Introduced Dependencies

No

How Has This Been Tested?

Yes

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes.
  • I have not introduced any 3rd party components incompatible with APACHE-2.0.
  • I have not included any company confidential information, trade secret, password or security token.
  • I have performed a self-review of my code.

Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.time to metadata.rtp.sender_ntp_unix_timestamp_ns for 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.

Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
@sathyendranv sathyendranv force-pushed the feature/svellais/rtsp_srctime branch from d6fd96e to 67c0616 Compare March 3, 2026 06:10
@sathyendranv sathyendranv requested a review from a team as a code owner March 3, 2026 06:10
Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
@sathyendranv sathyendranv merged commit 5bc639f into release-2026.0.0 Mar 3, 2026
24 checks passed
@mkobyli mkobyli deleted the feature/svellais/rtsp_srctime branch March 6, 2026 15:55
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants