Hello pi camera fellows,
I am trying to get an unstretched preview image on my touch display.
Its the official 7 inch touchscreen.
It has an non-square aspect ratio.
With the following entries at the /boot/config.txt
framebuffer_width=800
framebuffer_height=444
framebuffer_aspect=-1
The normal screen content looks good.
But the preview of the camera module seems to be directly written to the display.
The preview is always stretched.
My question is: Is it possible to stretch the preview of the camera module ?
I am using the python module: picamera
Perhaps somebody has a hint for me.
All the best,
Lee
