Multi-camera object sync

Hi there!

I want to detect the same object with 2 cameras (from the left-side and right-side of a road), and somehow I need to know it’s the exact same object. So in simpler terms, I need 2 cameras to set the same id for the same object. Do you perhaps have any tips on how I should do this?

At first, I was thinking maybe set both cameras as static and (somehow) set the same initial world transform for both cameras. This way I can identify objects based on their 3D location, which will be the same (or almost the same?) for both cameras.

But I don’t feel this is the optimal way to do it and I’m not even sure this works the way I am thinking. Perhaps there’s a better solution? Thanks in advance for your support! :slight_smile:

1 Like

Would something like this work?