Good Morning Edward,
First of all thank you for your prompt response…
I am actually developing a device using pixy which sorts the objects based on its size.
Since, the shape of the object is irregular, the height & width information is not enough to get the actual size.
Hence, I need to obtain the number of pixels in the detected object to identify its size.
Based on this information my controller takes decision to drop the object in a particular bin.
Regarding the firmware modification, I am very new to the development process.
If you can tell me what part of the firmware program to be updated to get the required information on the interface, It would be of great help to me.
Thanks & Regards,
Hiren
Edward Getz wrote:
Hello Hiren,
So you want the number of pixels that match your signature for each detected object. Is that an accurate description? Usually the width x height is a good approximation of this number. But if you want this number in particular, it’s not provided in the current firmware. I’ll log this as a feature request. I believe you are the first person so request this.
The other option is the modify the firmware to provide the information you want.
what are you trying to do? Can you describe your application? Perhaps there is another solution we could suggest.
Edward