Hi everyone,
I have two objects running in table, pixy doing very well, I am able to read coordinates for two objects
Normally, one of object sometime could be jump out of table.
Under this condition, I want to make a behavior when one of object disappears in frame, for example, stop motor running.
If I have one object only, perhaps I could use below function.
getBlocks() return 0 if there are no objects
But I have 2 objects when one is missing, another object still remain in frame, above function may not appropriate for this situation.
Can someone possible give me a help, how I to make a code for Arduino?
Thank you
Jacky