Hi
Does anyone have libcamera working on reterminal? I have loaded libcamera because raspistill does not support a preview window.
Thanks
Hi
Does anyone have libcamera working on reterminal? I have loaded libcamera because raspistill does not support a preview window.
Thanks
I have used both raspistill and libcamera. Not 100% sure I’ve done both on reTerminal, but it should be same the as any Raspberry Pi.
To use libcamera you need two things:
I also want to mention a couple of gotchas that I have encountered.
The raspistill (MMAL) camera tools do not work on 64-bit OS currently.
Starting with Bullseye (11) only libcamera is supported.
Getting a preview to show on the reTerminal LCD is not so simple (impossible maybe). It is not the same as on an normal HDMI display.
Thanks for your response,I have done a lot of work on the subject. I agree with you that the display may stop the use of libcamera.
Normally the preview is output directly from the VideoCore to the display.
It is possible to get a preview through software with --qt-preview. That should work on the LCD, at the cost of high CPU load.
I haven’t tried this on the reTerminal, but I have been able to use --qt-preview and X11 forwarding to see the live preview remotely on my Mac.