Maixpy

Latest version: v4.10.3

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

Scan your dependencies

Page 3 of 5

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)|

4.4.19

Bug Fix

* Cancel camera default 80fps mode, cause some camera not support this freq, if you want to use 80fps mode, set it in `camera.Camera(320, 240, fps=80)`
* Camera add_channel bug fix
* UART read function param `len` bug fix
* Limit app desc must one line when app_store installing app


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.19/total) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets | [![SourceForge](https://img.shields.io/sourceforge/dt/maixpy/v4.4.19)](https://sourceforge.net/projects/maixpy/files/v4.4.19/) |![PyPI - Downloads](https://img.shields.io/pypi/dm/maixpy?label=pypi)|

4.4.15

New Features
* Add MaixHub client APP, now you can collect dataset by this APP and directly upload to MaixHub, and deploy model to MaixCAM in one click.
* Add `image.Image.set_windowing` function.
* Support now global shutter camera sms_sc035gs (only support 60FPS mode now, later will support 180fps~240fps)
* Support 5 inch screen, and 7inch touchscreen, buy [here](https://item.taobao.com/item.htm?spm=a1z10.1-c-s.w21412213-24984936557.35.5a6752b1Fv7lsZ&id=610352268976&skuId=5688232998030)

Optimization
* Camera(GC4653) now default support 80FPS mode, if you want to use 30 or 60 fps, set `fps=30` or `fps=60` when construct `camera.Camera` object.
* Change `image.Image.awb_mode` to `image.Image.set_awb` function.

Bug Fix
* Fix camera image buffer error.
* Fix cv2image grayscale image 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.15/total) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets | [![SourceForge](https://img.shields.io/sourceforge/dt/maixpy/v4.4.15)](https://sourceforge.net/projects/maixpy/files/v4.4.15/) |![PyPI - Downloads](https://img.shields.io/pypi/dm/maixpy?label=pypi)|

4.4.12

New Features

* i18n now support load from yaml dict files.
* Camera APP support record video(mp4 format), you can find video in `/maixapp/share/video` directory of device.

Optimization

* Camera(GC4653) support 60FPS mode now, and now fefault 60FPS(only support when resolution <= 720p).
> 60FPS mode's color has some different with 30FPS mode, if you want to use 30FPS mode, please set `fps=30` in `camera.Camera()`.
* AI model(NPU) support dual_buff mode and set it to default, now runing faster twice than before.
> dual buff mode enabled by default, if you want to disable it, set arg `dual_buff = False` when initilize model like `nn.YOLOv5(model="“, dual_buff=False)
* APP bootup/switch faster now.
* YOLOv5 and YOLOv8 object coordinate now ensure all value >= 0.
* `disp.set_backlight(0)` now will close backlight now.


BUG Fix

* Setting install runtime success but always show not install bug.
* Face recoginizer run fail bug.
* image.cv2image and image.image2cv memory leak bug
* RTSP optimize, now you can play it with `ffplay rtsp://10.228.104.1:8554/live` or `mpv rtsp://10.228.104.1:8554/live`


Downloads

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

4.4.10

Downloads

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

4.3.2

MaixPy

![341091293-7f716682-72f7-47bf-b8be-5d352cc673fc](https://github.com/sipeed/MaixPy/assets/8625829/bd3b4cd2-3f3b-459c-aba2-98c9ce771c46)

![image](https://github.com/sipeed/MaixPy/assets/8625829/b549dedc-9665-471a-8ab8-259b8f96a9f1)



* New features
* Add **YOLOv8** support.
* Add **17 human body keypoints detection** support(**YOLOv8-Pose**).
* Add **self learn classifier** support(learn and classify anything).
* Add 2-axis gimbal project.
* Add SPI support(soft Simulate), add spi st7789 demo.
* Add ADC support.
* `image.draw_string` support auto linefeed and `\r\n` `\n` now.
* Add `time.ticks_s()` and `time.ticks_ms()` `time.ticks_us()` to calculate time interval instead of `time.time()`.
* Support set camera to grayscale mode.
* Audio support wav format.


* Bug fix
* Fix time.sleep stuck thread bug.
* Repalce time.time_ms() with time.ticks_ms() to avoid datetime change bug.
* Fix camera's first `read()` call failed when capture black scenes.
* Fix `disp.show()` and `image.send_to_maixvision` func cannot send fisrt image error.

APP

* Add `Human Pose` to detect human body 17 keypoints, support multiple people.
* Add `Self Learn Classifier`, you can learn anything and recognize it in a minute.


System

* Add SPI driver.
* Fix maixvision auto disconcnect after first connection for a while.


**sha256sum** maixcam-2024-06-20-maixpy-v4.3.2.img.xz:
`4a6bba1242aa38287fa899d8ee65ac08a7ad46dd52b025e5c2e222e8e199b545`


Downloads

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

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.