sipeed / MaixPy3

Python sdk for Sipeed Maix-II-Dock(v831). Other board please use https://github.com/sipeed/MaixPy
https://wiki.sipeed.com/maixpy3
MIT License
173 stars 42 forks source link

保存图片显示出来的颜色不对 #21

Closed xl736592857 closed 3 years ago

xl736592857 commented 3 years ago

代码如下:1627963508from PIL import Image, ImageFont, ImageDraw from maix import display, camera import time img = camera.capture() img.save('/mnt/UDISK/%d.jpg' % int(time.time()), quality=100)

junhuanchen commented 3 years ago

等一下 0.3.1 的更新 https://github.com/sipeed/MaixPy3_scripts

junhuanchen commented 3 years ago

这种情况多数是上电启动的时候,ISP 还没打开导致的。