Inference using the Firmware SDK

Hi,

What is the proper API for running inference on the NPU using only the firmware SDK? meaning not using the companion app from USB but instead looping internally.

We're using the KL720 11x11 board, and the goal is to capture an image using a connected MIPI sensor then to send it directly from the SCPU to the NPU for inference.

From our understanding KL520 SDK has the lib_sdk for this purpose, but we can't find it in the KL720 SDK. What are the necessary changes required to use it?

Thanks

Tagged:

Comments

  • Hello,

    For KL720, you can use the example "solution_kdp2_hico_mipi" in <KL720_SDK_1.5.0>. You can fine the usage about using mipi sensor to send image and inference with NPU.

    Here is the repository of the example project file:

    /KL720/KL720_SDK_1.5.0/KL720_SDK/firmware/build/sn72096_11x11/proj.uvmpw

The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.