compteur pour site
Votre partenaire vacances au lac de Serre-Ponçon depuis plus de 15 ans. Des séjours magnifiques en location de villa et appartements été et hiver Webcam pilotable lac de Serre-poncon professionnelle visitez le site
Sous vista télécharger le module complémentaire Axis obligatoire
Je pilote cette webcam en direct
Take the control now
AXIS 213 PTZ Network Camera
Ajouter l'image de la webcam sur votre site Internet, ou Blog Utiliser directement ce code HTML : <SCRIPT LANGUAGE="JavaScript"> // Set the BaseURL to the URL of your camera var BaseURL = "http://savines.axiscam.net:82/"; // DisplayWidth & DisplayHeight specifies the displayed width & height of the image. // You may change these numbers, the effect will be a stretched or a shrunk image var DisplayWidth = "352"; var DisplayHeight = "288"; // This is the path to the image generating file inside the camera itself var File = "axis-cgi/mjpg/video.cgi?resolution=CIF"; // No changes required below this point var output = ""; var AppletDir = BaseURL + "java/ama"; var VideoPath = "axis-cgi/mjpg/video.cgi?resolution="; var restOfPath = ""; var VideoURL = BaseURL + VideoPath; output = '<APPLET archive="ama.jar" codeBase="'; output += AppletDir + '"'; output += ' code="ama.MediaApplet" height='; output += DisplayHeight; output += ' width='; output += DisplayWidth; output += '>'; output += '<PARAM NAME="code" VALUE="ama.MediaApplet">'; output += '<PARAM NAME="archive" VALUE="ama.jar">'; output += '<PARAM NAME="codebase" VALUE="'; output += AppletDir + '">'; output += '<PARAM NAME="ama_cgi-path" VALUE="axis-cgi">'; output += '<PARAM NAME="cache_archive" VALUE="ama.jar, ptz.jar">'; output += '<PARAM NAME="cache_version" VALUE="1.0.0.0, 1.2.1.0">'; output += '<PARAM NAME="ama_plugins" VALUE="ptz.PTZ">'; output += '<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">'; output += '<PARAM NAME="ama_url" VALUE="'; output += VideoURL; output += DisplayWidth + 'x' + DisplayHeight; output += restOfPath +'">'; output += '</APPLET>' document.write(output); </SCRIPT>