Skip to content

Remotely view the camera images

Q-engineering edited this page May 21, 2023 · 1 revision

output image


You can view camera images on a remote computer.
The app sends the images over the local network with a predefined port number.
You can specify this port number in the settings. Port number 0 disables the functionality (default).

Usually, port 8090 is taken, giving you the address <your_Raspberry_Pi_address>:8090. For example, 192.168.178.26:8090.
If you give this address to your browser, which is connected to your local network, it will show you your camera output.
It is a lightweight feature. It consumes only 3% of your performance.

image

Tip: By port forwarding on your router, you can make the images accessible on any computer everywhere.

Clone this wiki locally