Download Latest Version maixpy_v4.10.3_doc.zip (112.0 MB) Google Add to Preferred Sources
Home / v4.8.0
Name Modified Size InfoDownloads / Week
Parent folder
MaixPy-4.8.0-cp311-cp311-manylinux2014_x86_64.whl 2024-11-29 3.5 MB
MaixPy-4.8.0-py3-none-any.whl 2024-11-29 13.7 MB
maixcdk_version_84343f2a3610ac44484b4210ecd3672e5c1cf6d9.txt 2024-11-29 74 Bytes
sha256sum_files.txt 2024-11-29 426 Bytes
MaixPy-4.8.0-cp310-cp310-manylinux2014_x86_64.whl 2024-11-29 3.5 MB
MaixPy-4.8.0-cp39-cp39-manylinux2014_x86_64.whl 2024-11-29 3.5 MB
MaixPy-4.8.0-cp38-cp38-manylinux2014_x86_64.whl 2024-11-29 3.5 MB
MaixPy-4.8.0-cp312-cp312-manylinux2014_x86_64.whl 2024-11-29 3.5 MB
README.md 2024-11-29 4.4 kB
v4.8.0 source code.tar.gz 2024-11-29 33.2 MB
v4.8.0 source code.zip 2024-11-29 33.5 MB
Totals: 11 Items   97.9 MB 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
  • 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
  • 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

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

MaixVision Update v1.2.0

  • Support install runtime in MaixVision, so even MaixCAM no internet, you can also install runtime in MaixVision image
  • Add SSH terminal image
  • Add save image button on the right-top of image preview zone.
  • Image preview zone support show ROI info(width height etc.)
  • Support flush files button to sync files with system. image
  • All py files can use Python code auto-suggestions and auto-completion. image
  • Example code alway there now.
  • Optimize editor scroll to preview opened file names. image
  • Optimize close files experience.
  • Fix LAB histogram value error bug.
  • Fix auto save will change AI model(binary) file bug.
  • Fix render fail and GUI disapear bug after click image preview zone some times.
  • Optimize multiple line error hint when pack APP.
  • Windows support customize installation path now.

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) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge PyPI - Downloads
> 国内下载速度太慢也可以到 QQ 群 862340358 群文件下载
Source: README.md, updated 2024-11-29