Developing with the SigmaStar SDK usually involves the following steps:
Image capturing configuration, resolution constraints, sensor interface parsing Camera Sensors (MIPI-CSI) H.264 / H.265 / JPEG real-time hardware compression engines Storage Engines, RTSP Streams MI_VO
The is a comprehensive software platform designed for developing applications on SigmaStar SoCs (such as the SSD20x and SSD22x series), which are commonly used in smart displays, IP cameras, and AIoT devices. The SDK provides a modular architecture that bridges the gap between hardware-level drivers and application-level software. 1. SDK Architecture & Components sigmastar sdk
Provides hardware-accelerated video decoding and encoding.
The newest version of the (v5.x and v6.x) focuses heavily on NPU pipelining. To achieve 30 FPS inference on a 2MP stream, you must avoid copying memory from the ISP to the NPU. Developing with the SigmaStar SDK usually involves the
The interface is the most critical component for developers. It is a highly optimized middleware layer that exposes APIs for video capture, video encoding/decoding, audio processing, display output, and AI inference. Common modules include:
[Insert Project Name] Target SoC: SigmaStar [e.g., SSD202D, SSC339G] SDK Version: [e.g., Infinity v5.00] Date: [Current Date] The interface is the most critical component for developers
When you unpack a standard SigmaStar SDK distribution, you are greeted with a structured hierarchy. While exact naming conventions vary slightly across SDK versions, the organization typically follows this map:
Manages hardware picture splicing and video output to HDMI/LCD. Audio Input/Output Handles multichannel I2S audio acquisition and playback. Development Features SDK - SigmaStarDocs