OpenMV firmware not available for custom model

Hello,

I have a portenta H7 with an external sensor (gaz sensor) over I2C for which I have created a model and deployed it on my PC locally and it works fine. The option of building a firmware for OpenMV is not available for that model. Is this planned to be available at some points?
Thanks

OpenMV has its own library to deal with I2C interfacing. They have many examples for that. See: https://docs.openmv.io/library/pyb.I2C.html.

Here is a preview release of our own firmware with the Vision Shield and that could be an option too: https://github.com/edgeimpulse/example-portenta-lorawan

Hope this helps.

@Keja easiest way around is to deploy as Arduino library, and build sketch as usual. We don’t have an easy way of integrating with OpenMV IDE unless it’s image models.