Adafruit_CircuitPython_PyCamera
Adafruit_CircuitPython_PyCamera copied to clipboard
Library for the Adafruit PyCamera
I suggest that we add a function to return the name of the last file written so we can do additional processing.
Thank you for developing the great library as always. This is an improvement request. It would be better to let user assign the 'stem file name' for capture_jpeg() instead of...
This change allows you to pass a custom string to get used instead of the default "img" in the photo filenames. It will still include the 4 digit integer counter...
it would be great to add optional framing masks to match the different resolutions/aspect ratios. Either viewfinder-style outline or full black blocking mask so you can properly frame in the...
At some point would be nice to turn off the debug output - or make optional. It's useful stuff, so not suggesting just deleting. ```python >>> pycam = adafruit_pycamera.PyCamera() FutureWarning:...