Is there a way to draw the rectangle for each detected blob onto the original image if it was modified between snapshot and calling find_blobs? Better said, is there a way of storing the sensor.snapshot() to reuse it later in this way?
And is it possible to draw colored boxes even though the img is in grayscale mode?