Based on your other posts you want to connect and see a preview from a (Windows?) laptop??
SSH in from a terminal will allow control of remote pi and camera, but to be able to view the preview images on the Windows laptop you will need to be running an X11 server on it.
Lots to choose from but the free home version of MobaXTerm might be a good one to try.
From the MobaXterminal ssh in withOnce through the security negotiationMobaXterm will usefully have supplied the laptop IP address and display port ID you need to enter.
thenand the camera preview should appear in a window on the laptop.
SSH in from a terminal will allow control of remote pi and camera, but to be able to view the preview images on the Windows laptop you will need to be running an X11 server on it.
Lots to choose from but the free home version of MobaXTerm might be a good one to try.
From the MobaXterminal ssh in with
Code:
ssh -X username@#.#.#.#
Code:
export DISPLAY=#.#.#.#:y.y
then
Code:
libcamera-hello -t 0 --qt-preview
Statistics: Posted by sandyol — Thu Apr 11, 2024 7:06 am