| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| maixpy_v4.4.12_doc.zip | 2024-07-18 | 34.1 MB | |
| files_sha256sum.txt | 2024-07-18 | 331 Bytes | |
| MaixPy-4.4.12-cp311-cp311-manylinux2014_x86_64.whl | 2024-07-18 | 2.9 MB | |
| maixcdk_version_7ee90d7ad52c357f2dbda65cebc97e2952d2d78e.txt | 2024-07-18 | 75 Bytes | |
| MaixPy-4.4.12-py3-none-any.whl | 2024-07-18 | 11.3 MB | |
| MaixPy-4.4.12-cp312-cp312-manylinux2014_x86_64.whl | 2024-07-18 | 2.9 MB | |
| MaixPy-4.4.12-cp310-cp310-manylinux2014_x86_64.whl | 2024-07-18 | 2.9 MB | |
| MaixPy-4.4.12-cp38-cp38-manylinux2014_x86_64.whl | 2024-07-18 | 2.9 MB | |
| MaixPy-4.4.12-cp39-cp39-manylinux2014_x86_64.whl | 2024-07-18 | 2.9 MB | |
| sys_builtin_files.tar.xz | 2024-07-18 | 43.6 MB | |
| README.md | 2024-07-18 | 1.6 kB | |
| v4.4.12 source code.tar.gz | 2024-07-18 | 20.9 MB | |
| v4.4.12 source code.zip | 2024-07-18 | 21.1 MB | |
| Totals: 13 Items | 145.5 MB | 0 | |
New Features
- i18n now support load from yaml dict files.
- Camera APP support record video(mp4 format), you can find video in
/maixapp/share/videodirectory 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=30incamera.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 = Falsewhen 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/liveormpv rtsp://10.228.104.1:8554/live
Downloads
| github release assets (recommend!) | Sourceforge | Pypi.org |
|---|---|---|