asindl
asindl
Ok, found the solution: 1. Rotate the raspberry screen sudo nano /boot/config.txt add display_rotate=1 //3 for 270 degrees 2. Foos settings in config_base.py video_size(720,1280) camera_preview = "-p 0,0,72,128" camera_extra_params =...
The background images are a bit tricky. I didn't find a quick and easy way to use portrait images. As a workaround, I used landscape ones with the actual image...
Thanks, @rowanwins. The `polygonSmooth` isn't exactly doing, what I am looking for (defined curve radius to smooth corners), but thanks for the suggestion to look at the source code and...