reTerminal and raspistill

Hello,

I’m trying to get a reTerminal working with a Raspberry Pi HQ Camera, and it looks like it’s working properly: I can use raspistill to take a picture, and I can view the picture no problem.

The only problem is that there is no preview displayed on the LCD screen. Is there special magic needed to get this to work?

-Frank

raspistill is not support DSI proview. you can use libcamera for proview . https://github.com/raspberrypi/libcamera-apps

1 Like

Thank you @Baozhu for responding!

Did you have any luck getting libcamera working? I was able to install the libcamera-apps command line tools, but I get:

[0:03:35.313483268] [1116]  INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3156-f4070274
ERROR: *** no cameras available ***

Has anyone resolved the issue with no camera available

thanks