Adafruit_CircuitPython_PyCamera icon indicating copy to clipboard operation
Adafruit_CircuitPython_PyCamera copied to clipboard

Library for the Adafruit PyCamera

Results 6 Adafruit_CircuitPython_PyCamera issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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:...