Maixpy

Latest version: v4.7.8

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

Scan your dependencies

Page 1 of 3

4.7.8

4.7.7

New features
* Add **YOLO11** support(detect, segmentation, keypoint detection)
* Support New board **MaixCAM-Pro**, include its PMU, IMU, RTC.
* 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.

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.7/total) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets | [![SourceForge](https://img.shields.io/sourceforge/dt/maixpy/v4.7.7)](https://sourceforge.net/projects/maixpy/files/v4.7.7/) |![PyPI - Downloads](https://img.shields.io/pypi/dm/maixpy?label=pypi)|
> 国内下载速度太慢也可以到 QQ 群 862340358 群文件下载

4.7.5

Downloads

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

4.6.0

New features
* Support [OCR(image text recognize)](https://wiki.sipeed.com/maixpy/doc/zh/vision/ocr.html).
* Support speech recognitioin.
* Support new hardware MaixCAM-Pro.

https://github.com/user-attachments/assets/e00cc47e-f7df-4c8c-9bb6-4655d45fa081

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, old version system DO NOT upgrade runtime**
**烧录系统镜像(下面的`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.6.0/total) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets | [![SourceForge](https://img.shields.io/sourceforge/dt/maixpy/v4.6.0)](https://sourceforge.net/projects/maixpy/files/v4.6.0/) |![PyPI - Downloads](https://img.shields.io/pypi/dm/maixpy?label=pypi)|
> 国内下载速度太慢也可以到 QQ 群 862340358 群文件下载

4.5.1

New Features
* Self learning object detect and tracking, see [doc](https://wiki.sipeed.com/maixpy/doc/zh/vision/self_learn_detector.html)

https://github.com/user-attachments/assets/1a7b5056-982c-4458-8b19-b313ac9de7ff

* Object tracking and object count, see [doc](https://wiki.sipeed.com/maixpy/doc/zh/vision/object_track.html)

https://github.com/user-attachments/assets/7e2142c0-b29c-466d-90eb-a4f1228f1b4e

* Video(H.264) hardware decode support, now you can play mp4 video files.

https://github.com/user-attachments/assets/2fcbef54-792c-4549-88d9-f05dbe053dfc

* USB HID simulate support(MaixCAM act as mouse/keyboard/touchpad).
* Support OS04A10 camera sensor.
* Add `time.fps` API. refer to `MaixPy/examples/basic/demo_time.py`
* Add convertion API between `tensor.Tensor` and `numpy.ndarray`, refer to `MaixPy/examples/vision/ai_vision/nn_forward.py`
* Add bm8563 & qmi8658 & tmc2209 doc & example
* Add [http file browser APP](https://maixhub.com/app/59).
* Default listenning uart command, now you can send command though uart to switch APP like [protocol doc](https://github.com/sipeed/MaixCDK/blob/main/docs/doc/convention/protocol.md) said.

BUG Fix
* UART read block issue.
* YOLOv5/YOLOv8 score always 0.5 issue(iou bug).
* App_store APP exit when scan QR code and no network, and settings the same.

Attention

For this version, if you want to use HID function, you must burn system, or you can upgrade maixpy and then upgrade runtime, but we remain recommend you directly re-burn system.

**Burn system image(`*.img.xz` file below) to use this version because it have camera driver update in system, and don't forget to install runtime in first bootup, old version system DO NOT upgrade runtime**
**烧录系统镜像(下面的`*.img.xz`文件),以及第一次开机后记得安装运行库,才能正常使用此版本**

Downloads

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

4.4.22

New Features
* Add WiFi AP mode API and demo(in `MaixPy/examples/tools` directory)
* Now USB driver (virtual network card) can be auto recognized by Windows and MacOS and Linux, no need to install driver manually anymore!
* Add USB setting in settings APP, you can select device mode or host mode(can use external USB devices like USB camera), and virual network card selection.
* Add timezone setting API and setting item in settings APP, and you can also find demo in `MaixPy/examples/tools` directory.

Optimization
* [optimize app.switch_app ignore same app switch](https://github.com/sipeed/MaixCDK/commit/3fd0701f0cfbbabea4a3ee0766a6c8a005965b4c)
* Optimize runtime installation to ensure old system use old runtime.
* Optimize MaixPy upgrade UI, now you can exit without stuck.
* Optimize builtin find_blob APP blue color threshold to find more blue color.
* Increase kernel memory to 128MB, so now user space memory is 128MB(the 4.4.19 is 160MB) for better camera driver stability.
* Add depracate warning to v1 API and optimize v1 examples' test image path.

BUG Fix
* NN memory leak issue when use dual_buff mode.
* Fix UART0 Tx pin write data error sometimes.
* [Fix morph bug](https://github.com/sipeed/MaixCDK/commit/1069419a75c7a616b205654efb50e72c944c81f6)
* Fix camera reopen bug.
* Fix desktop-monitor APP run failed error.


Attention

**You must to burn system image(`*.img.xz` file below) to use this version because it have camera driver update in system, and don't forget to install runtime in first bootup, old version system DO NOT upgrade runtime**
**你必须烧录系统镜像(下面的`*.img.xz`文件),以及第一次开机后记得安装运行库,才能正常使用此版本**

Downloads

| github release assets (recommend!) | Sourceforge | Pypi.org |
| --- | --- | --- |
| ![GitHub release (by tag)](https://img.shields.io/github/downloads/sipeed/maixpy/v4.4.22/total) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets | [![SourceForge](https://img.shields.io/sourceforge/dt/maixpy/v4.4.22)](https://sourceforge.net/projects/maixpy/files/v4.4.22/) |![PyPI - Downloads](https://img.shields.io/pypi/dm/maixpy?label=pypi)|

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.