Integrate C++ library into Firmware Source

I want to build a C++ program for the Spresense. I have exported the C++ library for an image classification model and downloaded the Spresense Firmware Image src code from GitHub: https://github.com/edgeimpulse/firmware-sony-spresense

I may have missed it, but I didn’t see any directions on how to integrate the C++ library into the firmware code? Is it similar to the standalone-inferencing-example, where I can just copy the library into a directory?

Hi @lukedc,

Yes it is similar to the standalone. You can replace the directories from the C++ library here and recompile the firmware.

Aurelien

1 Like

That worked perfectly - thanks! I didn’t even have to change anything to pull snapshots from the camera.