Answer the question
In order to leave comments, you need to log in
How to display the image from the surveillance camera on a web page?
Good day!
Can you please tell me how to display an image on a web page.
I have motion set up on my local server. I can add a camera image display to a web page. For example, with this code:
<html>
<img src="http://192.168.0.5:8081/">
</html>
Answer the question
In order to leave comments, you need to log in
To do this, you need to understand how the network works.
For example, if there is a router behind which there is a computer with a camera, then configure the forwarding of the desired port on the router to the port of the computer. Then the camera will be accessible from the inside at the internal address + port, and from the outside - at the external address + port
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question