MaixPy-v1
MaixPy-v1 copied to clipboard
MicroPython for K210 RISC-V, let's play with edge AI easier
When ov7740 turns off whitebal, the screen will turn yellow 
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...
You have memory leak on pix_to_ai or garbage collector is not fast enough to clean up released memory.
`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...
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...
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...
if yes, can you point me to an example how to
add `alloc_extra_fb` function support for in memeory basic frame difference.