Hello
I'm looking to draw text upon the picamera capture_image method:
How can I then use this to draw on using PIL and return the image without saving to a file?
Thanks in advance.
I'm looking to draw text upon the picamera capture_image method:
Code:
image = self.picam2.capture_image("main")
Code:
Image.open(image) #Does not work.
Statistics: Posted by Monogram — Mon Jan 06, 2025 2:46 am