Maixpy

Latest version: v4.9.3

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

4.9.3

New features

* Add **hands landmarks detection**, [documentation](https://wiki.sipeed.com/maixpy/doc/zh/vision/hand_landmarks.html), [English documentation](https://wiki.sipeed.com/maixpy/doc/en/vision/hand_landmarks.html)
video:

https://github.com/user-attachments/assets/34aa3146-fef5-4127-bfbd-7bb7755bf4d6


* Add **YOLO11-OBB** support, now support detect object with angle, [documentation](https://wiki.sipeed.com/maixpy/doc/zh/vision/detect_obb.html) ( [English documentation](https://wiki.sipeed.com/maixpy/doc/en/vision/detect_obb.html))

![image](https://github.com/user-attachments/assets/c7561e05-2548-49f9-a564-e555d369b162)

* Add MaixCAM as UVC camera support and add APP, use MaixCAM as a USB camera.
* Add thermal camera MLX90640 support, hardware will be on store soon.
![image](https://github.com/user-attachments/assets/30566f18-e31a-42ec-a6c6-1e1f261abf09)
* Add TOF camera opns303x support, hardware will be on store soon.
![image](https://github.com/user-attachments/assets/eed5683e-561b-4477-b139-170fd1ef94d2)
* Support disable default CommProtocol in Settings APP(you can also set in `/maixapp/sys_conf.ini`).
* `image.to_format()` support NV21 to grayscale.
* `nn.NN.forward_image` support `hwc` format now.


BUG Fix

* Fix face recognition error when multiple face in camera.
* Sync time from RTC too late when no network 90.
* RTSP memory leak bug.
* MUD file parse labels contain space issue.
* Fix key init error bug on MaixCAM

Optimization

* Default set dual_buff arg to false for `nn.NN` class to avoid program mistake.
* Pin map add PIN24/PWM2 support.(MaixCAM not this pin out)

4.9.2

4.8.2

Bug Fix

* APP photos play video error.
* Correct MaixCAM-Pro pin image in photos APP.
* Fix set auto start APP failed in second time.
* Fix time sync script stuck when no network.
* Fix zbar can't decode Chinese issue.
* Fix open big file error in APP http file browser.

Optimization
* Change Modbus default port to 502 from 5020.
* Camera application support add timestamp

Attention
**Burning the system image, the following files in the assets folder:**
* `maixcam_*.img.xz`: For the MaixCAM device.
* `maixcam-pro_*.img.xz`: For the MaixCAM-Pro device.
Be careful **not to burn the wrong image**, as burning the wrong one may cause screen burn-in (it usually recovers slowly after being left for a period of time).

> 烧录系统镜像,下面 assets 中的文件:
> * `maixcam_*.img.xz`: 设备 MaixCAM 用
> * `maixcam-pro_*.img.xz`: 设备 MaixCAM-Pro 用
> 注意**不要烧录错镜像文件**,烧录错会导致屏幕烧屏(一般放置一段时间会缓慢恢复)

Downloads

| github release assets (recommend!) | Sourceforge | Pypi.org |
| --- | --- | --- |
| ![GitHub release (by tag)](https://img.shields.io/github/downloads/sipeed/maixpy/v4.8.2/total) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets | [![SourceForge](https://img.shields.io/sourceforge/dt/maixpy/v4.8.2)](https://sourceforge.net/projects/maixpy/files/v4.8.2/) |![PyPI - Downloads](https://img.shields.io/pypi/dm/maixpy?label=pypi)|
> 国内下载速度太慢也可以到 QQ 群 862340358 群文件下载

4.8.0

New features
* Add **Modbus** support (based on UART and TCP), both slave and master mode are supported.
* Key support **powerkey** of MaixCAM-Pro, and long press in launcher will pop out power option.
* Add `maix.image.flip` API.
* Camera APP support change **video bitrate**, and **Photos APP support play video** now.
* Video record(Camera APP), RTSP, RTMP, video play(Photos APP) all **video related APPs support audio record and play**.
* **`display.Display` now support select device fb(framebuffer)**, so you can port any screen in system as fb driver and use in display like if you want to use two screen or a SPI OLED screen.
* **Support 7 inch touchscreen**.
* LVGL based APPs **support mouse input**.
![image](https://github.com/user-attachments/assets/4199e2d8-0fa5-43fd-a115-03af856cf5e4)
* Support a **MIPI to HDMI module**, so now we can use HDMI as screen.
* Support audio player volume setting.
* Add device config file in `/boot/board`, so you can customize camera and display vflip and hmirror, and max LCD backlight power etc, refer to `/boot/boards/README.txt` on device.
* Launcher support I18N.
![image](https://github.com/user-attachments/assets/2579801f-613b-4194-a664-31f8a8acbcee)
* **Add log file for APP**, you can find it in `/maixapp/last_run.log`, so you can find bugs from log if your APP dead, use `examples/tools/show_last_run_log.py` to see log.
> so be carefully, print too much log may conduct large log file.
* New QRCode API `maix.image.QRCodeDetector`, use **YOLOv8 to find QRCode, faster than classic one**.
![image](https://github.com/user-attachments/assets/e12215b1-bc82-4da1-99ef-8a73285cd9d5)


BUG Fix
* Fix nn.F.softmax execute error
* Fix RTMP RTSP resource realease bug.


Optimization

* Speech recognition APP switch mode faster now.
* Remove upgrade MaixPy item from Settings APP to avoid user wrong upgrade.
* Optimize API documentation click TOC jump(same id issue).

4.7.8

New features
* Add **YOLO11** support(detect, segmentation, keypoint detection)
![image](https://github.com/user-attachments/assets/5698948e-4e73-4939-b3ee-c8c6640cce75)
* Support New board [MaixCAM-Pro](https://wiki.sipeed.com/maixcam-pro) , include its PMU, IMU, RTC.
![image](https://github.com/user-attachments/assets/b0abb7bd-e3e2-4eb3-aa16-430d9c2e8d5a)
* SC035GS(Global shutter camera) support 180fps mode.
* OS04A10 now support 40s exposure, GC4653 max 1/3 s.
* Camera support read RAW data.
* Camera APP add LED light switch, RAW, digital zoomin.
* New launcher UI
![image](https://github.com/user-attachments/assets/a72a2137-7386-468a-b2d3-0c06ca8d6ba2)

BUG Fix

* Fix speech recognition APP core dump bug

Optimization

* optimize NN preprocess, now faster(e.g. 320x320 input, 12ms to 2ms)

Attention

**Burn system image(`maixcam_*.img.xz`(for device MaixCAM) or `maixcam-pro_*.img.xz`(for device MaixCAM-Pro) file below) to use this version because it have camera driver update in system, and don't forget to install runtime in first bootup**
**烧录系统镜像(下面的`maixcam_*.img.xz`(设备 MaixCAM 用)或`maixcam-pro_*.img.xz`(设备 MaixCAM-Pro 用)文件),以及第一次开机后记得联网安装运行库,才能正常使用此版本**

Downloads

| github release assets (recommend!) | Sourceforge | Pypi.org |
| --- | --- | --- |
| ![GitHub release (by tag)](https://img.shields.io/github/downloads/sipeed/maixpy/v4.7.8/total) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets | [![SourceForge](https://img.shields.io/sourceforge/dt/maixpy/v4.7.8)](https://sourceforge.net/projects/maixpy/files/v4.7.8/) |![PyPI - Downloads](https://img.shields.io/pypi/dm/maixpy?label=pypi)|
> 国内下载速度太慢也可以到 QQ 群 862340358 群文件下载

4.7.7

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.