Real Time Viewer

if you want to add your web cam image to the real time viewer, just add the following code to the main.svg file (i.e the line where it has “animatedwebcam.gif” i.e replace that with the name of your web cam file

[code:1]

<g  id="CurrentCondition" onclick="" style="&st3;&st4;&st7;">
  <!--<text text-anchor="middle"  x="548" y="278" fill="blue"> </text>-->
  <image id="IcondImage" xlink:href=""  opacity="1" x="460"   y="238"   width="42" height="32"/>
  <image id="IcondImage" xlink:href="animatedwebcam.gif"  opacity="1" x="445"   y="300"   width="70" height="60"/>
</g>

[/code:1]