Number of objects detected of a certain shape

Hello, I am trying to determine the number of objects actively being detected by the OpenMV Cam

Is it possible to do that? And how can I do that?

You need to be more specific. I have no idea what you are asking.

I want to print an active number of squares (that pixels of blob *1.3>= Area of blob)detected

find_blobs() returns a list. Just print(len(blob_blist))