Live Webcam und nun?12456
// Set the BaseURL to the URL of your camera var BaseURL = "http://217.238.199.195/"; // 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 = "240"; var DisplayHeight = "180"; // This is the path to the image generating file inside the camera itself var File = "axis-cgi/jpg/image.cgi?resolution=240x180&clock=0&date=0&text=0"; // No changes required below this point var output = ""; theDate = new Date(); output = ''; document.write(output);