Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5035

Camera board • Re: connect camera module 3

$
0
0
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 with

Code:

ssh -X username@#.#.#.#
Once through the security negotiation

Code:

export DISPLAY=#.#.#.#:y.y
MobaXterm will usefully have supplied the laptop IP address and display port ID you need to enter.
then

Code:

libcamera-hello -t 0 --qt-preview
and the camera preview should appear in a window on the laptop.

Statistics: Posted by sandyol — Thu Apr 11, 2024 7:06 am



Viewing all articles
Browse latest Browse all 5035

Trending Articles