Preprocessing in autogenerated C++ Library

Hi Edge Impulse Team,

I have some questions regarding the preprocessing in the autogenerated C++ libraries. Is it automatically included? also the custom preprocessing? When do I have to add code on my own for that?

Regards

Lukas

Hi @Lukas,

That’s correct all our signal processing and learning blocks are included in the C++ library. Once you’ve exported the library, you can follow our running your impulse locally guides to add your application code.

If you added your own custom processing block in the Studio, then you’ll need to implement this code as well in your application (see: https://docs.edgeimpulse.com/docs/custom-blocks#5-running-on-device).

Aurelien

1 Like

Thanks @aurel for your answer