Asked — Edited

Multi Object Camera Tracking

can i use ARC to track multiple red objects and to report the location of each one they are not custom colors they are red


ARC Pro

Upgrade to ARC Pro

Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in robot programming.

PRO
Synthiam
#1  

only one object at a time

#2  

so i can tell it to track red objects and then it will track an object and make the x-y variables and then it will track the other one and so on and if not what can i do

PRO
Synthiam
#3  

Just like your eyes, the robot can only track one object at a time.

#4  

ok now i understand is there a way to do it easily

PRO
Synthiam
#5  

ARC can track one object at a time. You can specify multiple tracking types - but only one will be tracked at a time.

#8  

Is there a radar that judges size as well distance? Or a sensor that judges size? If so, you could, IN THEORY, write a script that defines objects by size (as well as some other conditions as well) and have it take tracking priority based on object, or object and distance.

I don't have my ping hooked up yet so I can't test this theory. (next few days I swear it)