You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ramgarden Would a separate example be OK? That example continuously reads and updates a pygame display. Adding a PIL save in the loop would create lots of files, or just keep orverwriting the existing one. It would also slow down the pygame display update.
Adafruit_CircuitPython_MLX90640/examples/mlx90640_camtest.py
Line 113 in 013eac4
Should we add a few lines in here to show how to use the PIL Image.save() function to save the pictures to a file?
https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.save
The text was updated successfully, but these errors were encountered: