cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
324
Views
0
Helpful
3
Replies

How to add C40 snapshots on a custom web page

sebastien.roy
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Wayne DeNardi
VIP Alumni
VIP Alumni

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.

Wayne

Please remember to mark helpful responses and to set your question as answered if appropriate.

View solution in original post

3 Replies 3

Wayne DeNardi
VIP Alumni
VIP Alumni

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.

Wayne

Please remember to mark helpful responses and to set your question as answered if appropriate.

Thank you very much. It's working fine

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.

Wayne

Please remember to mark helpful responses and to set your question as answered if appropriate.