91.214.60.198 Open in urlscan Pro
91.214.60.198  Public Scan

Submitted URL: http://91.214.60.198/
Effective URL: http://91.214.60.198/cgi-bin/guestimage.html
Submission: On February 21 via manual from FR — Scanned from FR

Form analysis 1 forms found in the DOM

Name: dkdk

<form name="dkdk">
  <table width="320" cellpadding="0" border="0" cellspacing="0" class="standard">
    <tbody>
      <tr valign="baseline">
        <td colspan="2" align="center">
          <script type="text/javascript">
            function set_mouse_wheel_mode(new_mode) {
              allow_mouse_wheel = new_mode;
              params["zoom_right"].visible[10] = !allow_mouse_wheel; // Enable
              params["zoom_right"].visible[11] = allow_mouse_wheel; // Disable
              params["zoom_left"].visible[10] = !allow_mouse_wheel; // Enable
              params["zoom_left"].visible[11] = allow_mouse_wheel; // Disable
              update_value_selectbox(document.dkdk.myparam);
              if (document.mxpeg && typeof document.mxpeg.WheelZoomLock != "undefined") document.mxpeg.WheelZoomLock = allow_mouse_wheel ? false : true;
              return "/control/control?section=quickcontrol&zoom_lock_wheel=" + (1 - allow_mouse_wheel);
            }

            function get_mouse_wheel_mode() {
              return allow_mouse_wheel;
            }
            /* Initialization code. */
            var allow_mouse_wheel = 1;
          </script><img name="CamPic" src="http://91.214.60.198/record/current.jpg?rand=433995" alt="Camera Live Image" title="Camera Live Image">
        </td>
      </tr>
      <tr>
        <td><a onclick="goUserlevel();return false;" href="/control/userimage.html">Menu</a></td>
        <td>
          <script type="text/javascript">
            max_refresh_rate = 25;

            function getframerate() {
              var obj = document.dkdk.recordmult;
              return obj.options[obj.selectedIndex].value;
            }

            function setframerate(fps) {
              var obj = document.dkdk.recordmult;
              // off == -99
              if (fps == -99) {
                obj.selectedIndex = 0;
                onframeratechange();
                return true;
              }
              // remaining options sorted in descending order.
              for (var nr = 1; nr < obj.options.length; nr++) {
                debugmsg(nr + ':' + obj.options[nr].value);
                var optionValue = Math.floor(obj.options[nr].value);
                if (fps >= optionValue && optionValue > 0) {
                  if (obj.selectedIndex != nr) {
                    obj.selectedIndex = nr;
                    onframeratechange();
                  }
                  return true;
                }
              }
              return false;
            }
          </script> &nbsp; <select name="recordmult" size="1" onchange="onframeratechange();" title="Set browser frame rate">
            <option value="-99">Off</option>
            <option selected="" value="1">1 fps</option>
            <option value="0.5">2 s</option>
            <option value="0.3333">3 s</option>
            <option value="0.25">4 s</option>
            <option value="0.2">5 s</option>
            <option value="0.1">10 s</option>
            <option value="0.06666">15 s</option>
            <option value="0.05">20 s</option>
            <option value="0.03333">30 s</option>
            <option value="0.01667">1 min</option>
            <option value="0.00333">5 min</option>
            <option value="0.00167">10 min</option>
          </select>
        </td>
      </tr>
    </tbody>
  </table>
  <script type="text/javascript" src="/static/mx_library.js">
  </script>
  <script type="text/javascript">
    // reenabled with every reload // document.dkdk.client_side_preview_mode.activation = $preview_mode;
    // or write the client_preview_mode into a cookie ? var CamerainfoCookie = new MxJsLib.Cookie("camerainfo");
    var client_preview_cookie = new MxJsLib.Cookie("client_preview_mode");
    var client_preview_button_ImageObj = null;
    var client_preview_mode_UI_client_update = null;
    var client_preview_original_size_x = -1,
      client_preview_original_size_y = -1;

    function get_preview_mode() {
      return client_preview_cookie.get();
    }

    function set_preview_mode(onOrOff) {
      var ImgButtonNotPressed = "/decor/PreviewQualityOff.png";
      var ImgButtonPressed = "/decor/PreviewQualityOn.png";
      // internal
      if (null == client_preview_button_ImageObj && document.getElementById) {
        var ButtonObj = document.getElementById("PreviewQualityButton");
        if (ButtonObj != null) {
          client_preview_button_ImageObj = ButtonObj.firstChild;
        }
      }
      // move GUI changes to seperate function
      //var preview_mode = document.client_side_preview_mode;
      if (onOrOff == "off" || onOrOff == "on") {
        client_preview_cookie.set(onOrOff);
        if (null != client_preview_button_ImageObj) {
          if (onOrOff == "off") client_preview_button_ImageObj.src = ImgButtonNotPressed;
          else client_preview_button_ImageObj.src = ImgButtonPressed;
        }
        // notify window  -- wohl unnötig, da schon in setframerate
        if (null != client_preview_mode_UI_client_update) return client_preview_mode_UI_client_update(onOrOff);
        else return true;
      } else {
        set_preview_mode("off");
        return false;
      }
    }

    function toggle_preview_quality_button() {
      var preview_mode = get_preview_mode();
      var newValue = "off";
      if ("off" == preview_mode) {
        newValue = "on";
      } else if ("on" == preview_mode) {
        newValue = "off";
      }
      set_preview_mode(newValue);
      if (newValue != get_preview_mode()) {
        alert("Please enable your browser Cookies, otherwise the preview mode button does not work."); //alert("Your browser has cookies disabled.");
        return;
      }
      // and reload button image
    }
  </script>
  <script type="text/javascript">
    var preview_qc_size_index = 0;
    var preview_framerate = 2;
    var non_preview_framerate = 1;
    // depending on the active UI site, the client preview modes needs to alter some elements
    function preview_mode_UI_update_homepage(onOrOff) {
      // disable the size option from the quick control entry
      var quick_control = document.dkdk.myparam;
      //var value_list_quick_control = document.dkdk.myvalue;
      if (null != quick_control) {
        //size  --> disable quick control "size" while in preview mode
        //if(0==qc_size_index)
        for (i = 0; i < quick_control.options.length; ++i) {
          var option = quick_control.options[i];
          if ("size" == option.my_param) {
            option.disabled = onOrOff == "off" ? false : true;
            preview_qc_size_index = i;
            break;
          }
        }
        if ("size" == quick_control.options[document.dkdk.myparam.selectedIndex].my_param)
          ++document.dkdk.myparam.selectedIndex; // jump away from the size entry
        update_value_selectbox(quick_control);
      }
      // restore old framerate settings
      if (onOrOff == "off") {
        setframerate(non_preview_framerate);
        client_preview_original_size_x = -1;
        client_preview_original_size_y = -1;
      } else {
        var non_pre_image = document.images["CamPic"]; //document.getElementByName("CamPic");
        if (!!non_pre_image) {
          client_preview_original_size_x = non_pre_image.width, client_preview_original_size_y = non_pre_image.height;
        } else {
          client_preview_original_size_x = -1;
          client_preview_original_size_y = -1;
        }
        non_preview_framerate = getframerate();
        setframerate(preview_framerate);
        onframeratechange(); //ensure reload
      }
      return true;
    }
    client_preview_mode_UI_client_update = preview_mode_UI_update_homepage;
  </script>
</form>

Text Content

MOBOTIXD14Pianosa

Open Menu.

Press Shift-Reload to refresh the image.
Enable JavaScript / Active Scripting to see more details.


Menu   Off1 fps 2 s 3 s 4 s 5 s 10 s 15 s 20 s 30 s 1 min 5 min 10 min

--------------------------------------------------------------------------------

© 2001-2023 MOBOTIX, · http://www.mobotix.com/