11-27-2014 12:13 PM - edited 03-18-2019 03:43 AM
Hi,
I would like to create a custom web page with snapshots from C40 (TC7.2.0).
Is there anyboby who knows how to do that?
Thank you
Solved! Go to Solution.
11-27-2014 02:45 PM
This question has been asked before. We've had something like that running for a long time in out environment capturing snapshots from all of our TC series devices.
In your HTML page, use something like:
<IMG SRC="http://[username]:[password]@[IPAddress]/websnapshot/get" WIDTH="200" HEIGHT="150">
Where [username], [password] and [IPAddress] are the details for your endpoint. The Width and Height numbers are optional, but we use them to scale down the image on the page.
Note: Since TC7.1.x the websnapshots appear as a grey box when the unit is in Standby (previous versions they appeared correctly). See bug CSCuo40784.
Wayne
--
Please remember to rate responses and to mark your question as answered if appropriate.
Please remember to mark helpful responses and to set your question as answered if appropriate.
11-27-2014 02:45 PM
This question has been asked before. We've had something like that running for a long time in out environment capturing snapshots from all of our TC series devices.
In your HTML page, use something like:
<IMG SRC="http://[username]:[password]@[IPAddress]/websnapshot/get" WIDTH="200" HEIGHT="150">
Where [username], [password] and [IPAddress] are the details for your endpoint. The Width and Height numbers are optional, but we use them to scale down the image on the page.
Note: Since TC7.1.x the websnapshots appear as a grey box when the unit is in Standby (previous versions they appeared correctly). See bug CSCuo40784.
Wayne
--
Please remember to rate responses and to mark your question as answered if appropriate.
Please remember to mark helpful responses and to set your question as answered if appropriate.
11-28-2014 05:45 AM
Thank you very much. It's working fine
12-22-2014 02:33 PM
Please note, as mentioned in this thread: tc730-websnapshots-broken-even-further-design, this functionality has been broken with TC7.3.0.
Note: it still works beautifully, even when the device is in standby, on the older MXP series devices with "http://[username]:[password]@[IPAddress]/tmp/snapshots/site0.jpg"
Wayne
--
Please remember to rate responses and to mark your question as answered if appropriate.
Please remember to mark helpful responses and to set your question as answered if appropriate.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide