Seeed Grove Vision AI Module V2 (WiseEye2), deployment of model through Arduino Library

Hi. I want to create a object detection model and deploy it to the WiseEye2. Based from my research, the tutorial I see uses firmware deployment and not using arduino library. I want to use the arduino library to add some logic upon detection of objects.

My question is, is it possible to deploy models to the mcu through arduino library? how?

Hi @shane_rem

The Arduino library includes example sketches, you can just import the library to the arduino IDE and take the example as a starting point. No need for firmware.

Best

Eoin