Sync Camera frame model detectipn with deepstream

• Hardware Platform (Jetson / GPU)
Jetson Orin NX (probably)
• DeepStream Version
• JetPack Version (valid for Jetson only)
5.1.1, 5.1.2, 5.1.3 and 5.6 (from camera requirements)

Hi, I want to buy 4 sync camera from arducam but I am not sure that I can use the gathered images in one frame like in the video link, in this format (gathering 4 different frame in one screen or frame) does deepstream can track objects? I am confused in that style, also not sure that can I give frame seperately, because it is created by the camera firmware.

Are you asking whether DeepStream can track objects crossing multiple cameras?

Not exactly, if you watch the video all frames siticked toogether in a one frame, I shared the image below:

That is my question, the frame contains four cameras’ contents, and you want to track the object acrossing these four cameras, right?

yes, but I am wondering that the tracking will continue without changing the ids in this type of input to deepstream?

There is no direct cross camera tracking implementation in DeepStream.

You may need to develop your own tracking algorithm and customize the tracking library with your own algorithm. Gst-nvtracker — DeepStream documentation 6.4 documentation

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.