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

The picture obtained by the MAIX DOCK camera is generally red and half green

Open Alixzhong opened this issue 2 years ago • 1 comments

#this is my code import sensor, lcd

sensor.reset() sensor.set_pixformat(sensor.RGB565) sensor.set_framesize(sensor.QVGA) sensor.run(1) sensor.skip_frames()

#sensor.set_vflip(enable) sensor.set_vflip(1)

lcd.init(freq=15000000)

while(True): lcd.display(sensor.snapshot())

the picture shows like that 222

Alixzhong avatar Jan 10 '22 08:01 Alixzhong

Could this be a "front vs. rear" camera issue? That looks like it could be a hand very close-up.

dylanmc avatar Jan 29 '22 20:01 dylanmc