Multi-Camera Person Tracking with Consistent IDs – Real-Time (original) (raw)
I’m trying to build a system in Python that uses more than one camera to track people. I want to make sure that if the same person appears in both cameras (where their views overlap), they get the same ID. If someone is only in one camera, they can have a different ID.
I’m using an RTX 3050 GPU, and I need the system to run smoothly with a steady frame rate, because it’s for a real-time use case where speed and accuracy really matter.
Can anyone suggest how I can do this? Any tools, libraries, or ideas would be really helpful.
sophwats April 29, 2025, 11:01am 2
Hi @marix-9 I recommend you take a look at the NVIDIA Multi-Camera Tracking AI Workflow.
Best,
Sophie