I am currently using the integrated vision to identify parts based on size. For example, I put 6 parts of 3 different sizes: 2 part_A, 2 part_B, 2 part_C.
I use the following codes to get the coordinates of these parts:
But the codes above can only copy one coordinate each time. I have to require another image to pick the second object.
Is there a way to export all the 6 coordinates from ‘Mytarget’? In this case, I can run the vision task only once then the robot can pick these parts one by one.