Hi all, I’m new here and newbie. I’m working on Raspberry with attached camera and Picamera2. The RPi is running Bookworm Lite without desktop. I got a 640*480 preview on a 800*480 DSI LCD display connected to RP1, so there is some free space on the display that I’d like to use to place some info text. Is this possible with my no-desktop environment or should I install GUI on the RPi? Thanks in advance
You can add a slice to your image to match the screen’s width, using cv.vconcat()
or cv.hconcat()
Then you can draw your text on that space.
Is it possible to display an image while I’m running RPi Bookworm Lite, without desktop (GUI) environment?