MaixCDK
C/C++ development kit for Sipeed Maix ecosystem boards
Install / Use
/learn @sipeed/MaixCDKREADME
MaixCDK
<div align="center">
🚀 MaixCam 2 is LIVE: Build Your Next-Gen 4K AI Camera! 🚀
<h3> <a href="https://wiki.sipeed.com/maixcdk/doc/index.html"> Quick Start </a> | <a href="https://wiki.sipeed.com/maixcdk/index.html"> Documentation </a> | <a href="https://wiki.sipeed.com/maixcdk/api/index.html"> API </a> | <a href="https://wiki.sipeed.com/maixcam-pro"> Hardware </a> | <a href="https://maixhub.com/app"> APP Store </a> </h3>English | 中文
</div>English | 中文
MaixCDK (Maix C/CPP Development Kit) is a C/C++ development kit that integrates practical functions such as AI, machine vision, and IoT, providing easy-to-use encapsulation for quickly building your own projects in vision, artificial intelligence, IoT, robotics, industrial cameras, and more.
It is also the C/C++ version of MaixPy.
Features
- Supports hardware-accelerated execution of AI models, including common classification, detection, and segmentation algorithms.
- Supports common vision algorithms such as color block detection, QR code recognition, apriltag detection, line following, etc.
- Supports OpenCV.
- Provides interfaces for common peripheral operations (UART, I2C, SPI, GPIO, PWM, ADC, camera, display, etc.).
- Cross-platform support, including Linux and Sipeed Maix series development boards (see table below for specifics).
- Easy-to-use API with commonly used function examples.
- Simple environment setup with one-click compilation.
- Supports online debugging of programs.
- Corresponding Python version (MaixPy) with automatically synchronized API updates.
- Complete ecosystem including MaixCDK + MaixPy + MaixVision (code writing, real-time image viewing, etc.) + MaixHub (application store, sharing, communication, etc.).
For more information, refer to the MaixPy introduction and documentation.
Supported Devices
| Device | Support Status | | ------ | -------------- | | Sipeed MaixCAM | Full | | Sipeed MaixCAM-Pro | Full | | Common Linux | Partial |
Quick Start
Click to view the Quick Start document, which includes instructions on how to quickly download code, compile, and run.
MaixCDK Development Guidelines
To help developers quickly understand MaixCDK and maintain the quality of long-term updates, please read the MaixCDK Development Guidelines and Guidelines before writing or contributing code.
More Documentation
In addition to the development guidelines above, the documentation also includes application documents, development notes, and more for reference.
Please visit Sipeed Wiki.
The documents are written in Markdown format under the docs directory. You can directly view the .md files or generate a web version of the documentation using the teedoc tool.
pip install teedoc -U # Install teedoc via pip
cd docs # Navigate to the docs directory
teedoc install -i https://pypi.tuna.tsinghua.edu.cn/simple # Install teedoc plugins according to the documentation
teedoc serve # Start a local web service to preview
Then, access the documentation via http://127.0.0.1:2333 in your browser.
If you need to generate offline documentation, use the
teedoc buildcommand. The generated documents will be in theoutdirectory. Usepython -m http.serverin theoutdirectory to start a local web service for preview.
FAQ
If you encounter any issues during compilation or usage, check the FAQ for potential solutions.
Open Source License
MaixCDK is licensed under the Apache 2.0 open source license. See the LICENSE file for details.
Related Skills
node-connect
348.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
