displayhatmini-python icon indicating copy to clipboard operation
displayhatmini-python copied to clipboard

picamera renderer support

Open wighawag opened this issue 2 years ago • 1 comments
trafficstars

Does display hat mini support picamera for preview, stream, etc...

picamera has a renderer api and I wonder if I can hook displayhatmini for that : https://picamera.readthedocs.io/en/release-1.13/api_renderers.html

wighawag avatar May 29 '23 07:05 wighawag

We managed to get PiCamera working on an LED matrix display before, see: https://github.com/pimoroni/unicorn-hat-hd/blob/master/examples/camera.py

The process should be roughly the same, though you'd be pushing quite a few more pixels.

Gadgetoid avatar Jun 13 '23 12:06 Gadgetoid