Skip to content

v4.4.12

Compare
Choose a tag to compare
@Neutree Neutree released this 18 Jul 06:20
· 137 commits to main since this release

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) Assets below ↓↓↓↓↓↓↓↓↓ 点击下方 Assets SourceForge PyPI - Downloads