waveform80 / picamera

A pure Python interface to the Raspberry Pi camera module
https://picamera.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.56k stars 358 forks source link

Picamera and official 4" touch screen how to rotate PiCamera display #695

Closed watchever closed 2 years ago

watchever commented 3 years ago

Hello,

I have installed a 4" touch screen on my raspberry and use it to display picamera output, but unfortunately the Picamera display is not in the right orientation. How is it possible to rotate the display. Cannot use rotation parameter of PiCamera which is not useful for that and rotate the display from raspberry does not change anything...

Any idea ? Thanks for your help

watchever commented 3 years ago

Ok found, need to use the rotation parameter of renderer; Sorry for stupid question !