System:
- [Stream 1] Camera Streaming RTSP to AI Module
- AI Module writes JSON to Database (With Timestamp)
- [Stream 2] Camera Streaming RTSP to Video Recorder
- Video Recorder is accessed for Post Analysis
Scenario:
- I want to be able to join the JSON message with the output from Video Recorder for Post analysis
- Time Drift is observed between the three systems: Camera, AI Module and Video Recorder
Question:
- Does RTSP stream contain unique Identifier that distinguish the frames?
- Is there a way to match the JSON messages' frame to Video Recorder's Frame when doing Post Analysis?