GOTOOLS
MARKEN LASERLINER
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/marken","name":"MARKEN"}},{"@type":"ListItem","position":3,"item":{"@id":"\/marken\/laserliner","name":"LASERLINER"}}]
}
Produkteigenschaften: Das professionelle Videoinspektionssystem ist ideal zur zielsicheren Problemlokalisierung hinter oder in Gegenständen, Wänden, Leitungen und Hohlräumen. Der Kamerakopf und die -sonde sind wasserdicht sowie resistent gegen Benzin und Diesel. Weitere Vorteile sind die erstklassige LED-Objektbeleuchtung und der magnetische Ständer zum Aufstellen der Basiseinheit. Aufgrund einer naturtreuen Wiedergabe von Farben wird eine sehr realitätsnahe Darstellung geboten. Neben der im Lieferumfang enthalten InspectorCamera ist die Basiseinheit auch mit den hochwertigen Kameraeinheiten InspectorCamera 3DX, 3DL und 3DM kompatibel. Damit wird ein großes Spektrum von möglichen Anwendungsbereichen geboten.Technische Daten: Live-Anzeige Ja Aufnahme Bild/Video Ja Wiedergabe Bild/Video Ja Digitalzoom Ja Objektbeleuchtung Ja Echtzeitstempel Ja Bildausrichtung Ja Datenübertragung Ja Durchmesser Kamerakopf 7,9 mm Auflösung Kamera 1280 x 720 Pixel Sichtfeld (FOV) 80° Schärfentiefe (DOF) 3 … 8 cm Bildschirmtyp 3,5" TFT-Display Auflösung Display 640 x 480 Pixel Bildformat JPEG Länge Sonde 1,5 m Beleuchtung 4 Helligkeitsstufen Digitalzoom 2-fach Digitalzoom in 10% Schritten Speicher Micro-SD Speicherkarte bis 32 GB Schnittstelle USB Anschlüsse USB Typ C Stromversorgung Li-Ion Akkupack 3,7V / 2,8Ah / 10,36Wh USB Typ C 5V / 2A Abmessungen (B x H x T) 108 mm x 260 mm x 110 mm x (inkl. Halterung) Gewicht 685 g (inkl. Akkupack)
Lieferumfang: 1x Laserliner Professionelles Videoinspektionssystem VideoInspector (7,9 mm; 1,5 m) 1x InspectorCamera 1,5 m 1x TopClips 1x integriertes Li-Ion-Akkupack 1x Netz-/Ladegerät inkl. internat. Adapter 1x USB-Kabel 1x Micro-SD-Karte 1x Tragekoffer
Hersteller UMAREX GmbH & Co. KG Geschäftsbereich Laserliner
Gut Nierhof 2,
59757 Arnsberg,
Deutschland 0293290040 Laserliner Professionelles Videoinspektionssystem VideoInspector (7,9 mm; 1,5 m) Artikel-Nr.: 082.233A EAN: 4021563732197 Hersteller: LASERLINER
const observer = new MutationObserver(() => {
const el = document.getElementById("delivery-date-template");
if (el) {
el.innerHTML = el.innerHTML.replace(
"Lieferung:",
"Lieferung: "
);
observer.disconnect();
clearTimeout(timeoutId);
}
});
observer.observe(document.body, { childList: true, subtree: true });
const timeoutId = setTimeout(() => observer.disconnect(), 2000);
DHL Paket
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentyone.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "146d8b0bac3a010ec051f3cded0c1ab5");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "146d8b0bac3a010ec051f3cded0c1ab5");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand
$(document).ready(function() {
setTimeout(function () {
if (
window.innerWidth < 1200 &&
$('#m1').length &&
$('#mM').length &&
$('#m1').is(':empty')
) {
$('#mM').appendTo('#m1');
}
}, 1000);
$( window ).resize(function() {
if ($(window).outerWidth() < 1200 ) {
$('#mM').appendTo('#m1');
} else {
$('#mM').appendTo('#m2');
}
});
});
$(function () {
const $links = $('.anchors a');
const nav = document.querySelector('.anchors');
function updateActiveLink() {
const scrollTop = $(document).scrollTop();
$links.each(function (i, link) {
const targetId = $(link).attr('href');
const $target = $(targetId);
if (!$target.length) return;
const top = $target.offset().top;
let bottom;
if (i < $links.length - 1) {
const nextLinkHref = $($links[i + 1]).attr('href');
const $nextTarget = $(nextLinkHref);
bottom = $nextTarget.length ? $nextTarget.offset().top : $(document).height();
} else {
bottom = $(document).height();
}
if (scrollTop >= top - 120 && scrollTop < bottom - 120) {
$links.removeClass('active');
$(link).addClass('active');
scrollNavToLink(link);
return false; // break .each()
}
});
}
function scrollNavToLink(link) {
if (!nav) return;
const linkLeft = link.offsetLeft;
const linkWidth = link.offsetWidth;
const navWidth = nav.offsetWidth;
const scrollTo = linkLeft - (navWidth / 2) + (linkWidth / 2);
nav.scrollTo({ left: scrollTo, behavior: 'smooth' });
}
let scrollTimer;
$(document).on('scroll', function () {
updateActiveLink(); // run immediately
clearTimeout(scrollTimer);
scrollTimer = setTimeout(updateActiveLink, 100); // trailing update
});
updateActiveLink(); // on load
});