sipeed / MaixPy3

Python sdk for Sipeed Maix-II-Dock(v831). Other board please use https://github.com/sipeed/MaixPy

Home Page:https://wiki.sipeed.com/maixpy3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

xl736592857 opened this issue · comments

代码如下: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)

commented

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