WEBCAM Amalfi
-
Ciao
I'm new in Mango.I'm trying to replicate the example of webcam in Amalfi in your "Example" webpage, but i have some problems.
I set the URL "http://65.5.172.234/axis-cgi/mjpg/video.cgi?camera=&showlength=1&resolution=704x240" in the Points Details but in the "Graphical views" page I see a black box.
What are the correct values for the point of HTTP Image:Name
Export ID (XID)
URL Open URL ??
Timeout (seconds) ??
Retries ??
Scaling type ??
Read limit (KB) ??
Webcam live feed code ??Ciao!!
-
Hi, and Welcome!
The url that you provided is for the video feed, not still images. The url value used in the example is http://65.5.172.234/axis-cgi/jpg/image.cgi.
See the online documentation for a description of the other fields.
-
Thanks
now is perfectwith
URL = http://65.5.172.234/axis-cgi/jpg/image.cgi
WEBCAM ... = <img src="http://65.5.172.234/axis-cgi/mjpg/video.cgi?camera=&showlength=1&resolution=704x240" id="liveimage" />It works perfectly