jaysonlarose

Results 3 issues of jaysonlarose

For those days that you feel like you're just spinning your wheels... but you want to make sure you're spinning them as accurately as possible!

The picamera library had support for "baking in" text to the output image via firmware using the [annotate_text](https://picamera.readthedocs.io/en/release-1.13/api_camera.html#picamera.PiCamera.annotate_text) property. Are there any plans to reimplement this ability in picamera2? I...

Hello, I just ran into this issue when trying to insert a large amount of rows into an rqlite database using multiple-item INSERTs. Example code: ```python #!/usr/bin/env python3 import pyrqlite.dbapi2...