I’m using libpixyusb, when calling pixy_get_blocks are the blocks already ordered by size?
Hello David,
You are correct. Pixy sorts the objects by size.
Pixy will send all of the objects that match signature 1, ordered by size, then all signatures that match signature 2, ordered by size, then signature 3, etc.
Edward