monocle-micropython icon indicating copy to clipboard operation
monocle-micropython copied to clipboard

Extend `camera.capture()` to support zoom

Open siliconwitch opened this issue 2 years ago • 1 comments

camera.capture(zoom=1.0) to camera.capture(zoom=16.0)

siliconwitch avatar Mar 07 '23 12:03 siliconwitch

This requires quite a lot of driver tinkering: there is an arbitrary cropping feature, but the image output is not stable at any resizing level, and there is a scaling feature with fixed amount of zooming.

Maybe with the extra datasheet it can work a bit better.

josuah avatar Apr 24 '23 11:04 josuah