Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
maixcam-pro-2025-07-29-maixpy-v4.11.6.img.xz | 2025-07-29 | 308.9 MB | |
maixcam-2025-07-29-maixpy-v4.11.6.img.xz | 2025-07-29 | 308.9 MB | |
maixpy-4.11.6-cp311-cp311-manylinux2014_x86_64.whl | 2025-07-29 | 4.1 MB | |
MaixPy-4.11.6-py3-none-any.whl | 2025-07-29 | 16.3 MB | |
maixcdk_version_b29c951647df74e4efa55fd4454efb37e4554be0.txt | 2025-07-29 | 75 Bytes | |
sha256sum_files.txt | 2025-07-29 | 451 Bytes | |
maixpy_v4.11.6_doc.zip | 2025-07-29 | 123.5 MB | |
maixpy-4.11.6-cp310-cp310-manylinux2014_x86_64.whl | 2025-07-29 | 4.1 MB | |
maixpy-4.11.6-cp312-cp312-manylinux2014_x86_64.whl | 2025-07-29 | 4.1 MB | |
maixpy-4.11.6-cp38-cp38-manylinux2014_x86_64.whl | 2025-07-29 | 4.1 MB | |
maixpy-4.11.6-cp313-cp313-manylinux2014_x86_64.whl | 2025-07-29 | 4.1 MB | |
maixpy-4.11.6-cp39-cp39-manylinux2014_x86_64.whl | 2025-07-29 | 4.1 MB | |
maixcam_builtin_files.tar.xz | 2025-07-29 | 138.4 MB | |
README.md | 2025-07-29 | 4.6 kB | |
v4.11.6 source code.tar.gz | 2025-07-29 | 65.8 MB | |
v4.11.6 source code.zip | 2025-07-29 | 66.1 MB | |
Totals: 16 Items | 1.1 GB | 0 |
New Features
- Boot LOGO will be different in USB upgrade mode and normal boot.
image.Image()
supportbg
arg to set background or clear memory(memset)( by default we not clear memory for faster initialize, if you encounter random background content, you shoud set bg arg).- add IMU AHRS support, refer to APP and documentation
- maix protocol support disable and add uart port selection for maix comm protocol, so now you can select default maix protocol uart in
settings
APP. - Camera support set
buff_num=1
to get image with lower latency, refer to documentation. - Camera support disable AWB and mannually set WB gain, refer to documentation
- fs add File.sync API
- Add USB audio driver support.
Optimization
- Optimize APP bootup speed on MaixCAM power on, faster 2~5s.
- Toolchain
memcpy
support RVV acceleration, so many copy ops may faster likeimg.copy()
etc. - New system settings config file at
/boot/configs
. - optmize some basic API like log,memory_info,fs.join
- change adc pin arg to id
- fix speech and optimize startup speed
BUG Fix
- OS04A10 90fps mode spend too much CPU power, due to lower than 90fps, now lower down to 80fps.
- fix os04a10 causing system freeze
- fix get_pixel RGB888 get wrong int data bug
- fix image.load png bug
- fix sys.memory_info overflow bug
- fix: correct parameter order in Modbus read functions
APP update
- Increase the bottom margin of the image list to avoid the last line of images being obscured (when long pressed to delete)
- add maix default comm protocol for apps
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).
More info refer to documentation.
烧录系统镜像,下面 assets 中的文件: *
maixcam_*.img.xz
: 设备 MaixCAM 用 *maixcam-pro_*.img.xz
: 设备 MaixCAM-Pro 用 注意不要烧录错镜像文件,烧录错会导致屏幕烧屏(一般放置一段时间会缓慢恢复)
更多说明请看文档
Downloads
github release assets (recommend!) | Sourceforge | Pypi.org |
---|---|---|
> 国内下载速度太慢也可以到 QQ 群 862340358 群文件下载 |