Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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