LIBtft144 icon indicating copy to clipboard operation
LIBtft144 copied to clipboard

Is there a way to display a picamera with this code?

Open blix5 opened this issue 7 years ago • 2 comments

Hello I was wondering if there is a way to display a picamera using tft.

blix5 avatar Apr 24 '18 22:04 blix5

One technique to consider is :

  • Capturing a frame from the Pi camera using the "picamera" library
  • Resizing the image to 128x128
  • Using LIBtft144 to display that image on the screen

Depends on how quickly you need to display frames.

RPiSpy avatar May 19 '18 22:05 RPiSpy

Thanks for the reply. However, do you know if there is a faster way to display these images?

blix5 avatar May 25 '18 00:05 blix5