MaixPy-v1 icon indicating copy to clipboard operation
MaixPy-v1 copied to clipboard

MicroPython for K210 RISC-V, let's play with edge AI easier

Results 129 MaixPy-v1 issues
Sort by recently updated
recently updated
newest added

When ov7740 turns off whitebal, the screen will turn yellow ![image](https://user-images.githubusercontent.com/17878081/97981740-b3824800-1e0d-11eb-992e-bcfe897b694c.png)

I'm trying to get model as large as possible through load_flash API calls, however i've noticed that using Darknet modification of tiny yolo which goes fine through nncase (all of...

Hi , Im working on a model in object detection (vehicular plates). I have two questions, first when I upload the base code to the maix it works perfectly but...

usage

You have memory leak on pix_to_ai or garbage collector is not fast enough to clean up released memory.

awaiting reply

`import sensor import image import lcd def camera_init(): sensor.reset() sensor.set_pixformat(sensor.RGB565) sensor.set_framesize(sensor.QVGA) **sensor.set_colorbar(1)** sensor.run(1) sensor.skip_frames(10) camera_init() lcd.init(freq=15000000, color=65535) while True: lcd.display(sensor.snapshot()) ` 在代码中 [设置彩条测试模式](https://cn.maixpy.sipeed.com/zh/api_reference/machine_vision/sensor.html) 没有任何效果,没找到示例程序,是我使用错误吗?

Hi, i was wondering if support for the mlx90640 via i2c could be added. I can see there is support for the version of the board with the serial output...

enhancement

Hi I have a couple of SR04, I don't have access to the single pin module that the maixpy ultrasonic module seems to be programmed for. So I wrote a...

enhancement
need to implement

Hello, Has anyone built the firmware with added C/C++ functionality? In theory (as mentioned here: https://github.com/Neutree/c_cpp_project_framework) it should work and even though my custom library is added in the build...

usage

add `alloc_extra_fb` function support for in memeory basic frame difference.

enhancement