adafruit / Adafruit_CircuitPython_PyCamera

Library for the Adafruit PyCamera
https://docs.circuitpython.org/projects/pycamera
MIT License
17 stars 9 forks source link

Overlay scale #33

Closed FoamyGuy closed 8 months ago

FoamyGuy commented 8 months ago

This adds an overlay_scale property which is a float that defaults to 1.0. The overlay will get scaled by this value in both the preview and final photo that the overlay is pasted into.

The more advanced overlay select example has been updated to utilize an extra button to change between position and scale selection modes. The D-Pad will change scale or position based on which mode it's in.