In your C/C++ code, use the MI_IPU APIs to load the model, feed it buffers from the MI_VI module, and retrieve detection results. 6. Best Practices for Developers
SigmaStar provides specific arm-linux-gnueabihf- toolchains. Ensure these are added to your system $PATH . Dependencies: Install standard build tools: sigmastar sdk
SigmaStar uses a "Producer-Consumer" model. You "bind" the output of the (Video Input) to the input of the VENC (Encoder). Once bound, the SDK handles the data transfer in the background with zero-copy efficiency, significantly reducing CPU overhead. 4. Compiling Your First Image In your C/C++ code, use the MI_IPU APIs
Use the SigmaStar PC-based tool to convert an .onnx model to a .sim or .bin file. Ensure these are added to your system $PATH
SigmaStar uses MMA (Multimedia Memory Accelerator) . Ensure you calculate your memory map correctly in the config files to avoid "Out of Memory" errors when running high-resolution streams.