Ai vision classification

AIVision.takeSnapshot(aivision::ALL_AIOBJS);

how do i get it to take a snap shot of only the mobile goal?

You can take a snapshot of all objects like in that line, then just iterate over the results and only select the ones which are mobile goals.

1 Like