Skip to content
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka här för att få information om hur du som redan är Geofix kund kommer åt ditt webbkonto
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka här för att få information om hur du som redan är Geofix kund kommer åt ditt webbkonto

FlatMesh camera

SKU FM3C-LTE

FlatMesh-kamera, 4G-kamera, Edge-Hub, Ström, 2G/3G/4G

Standard shipping

Approximately 7-10 days delivery time

FlatMesh camera

The FlatMesh 4G camera is a best-in-class solar-powered solution for static images in remote or industrial areas.
It contains a monochrome digital camera that can take clear, high-quality photographs day or night without the use of external lights.

The 4G camera connects to a Senceive EdgeHub (with FlatMesh) device that provides power and connectivity via the cellular network (2G/3G/4G) or existing wired Ethernet networks.

  • Sends images according to a user-defined preset schedule. Can also be triggered automatically by detecting sudden movement of triaxial tilt sensor nodes or triggered by a user in Senceive WebMonitor
  • Liquid lens allows variable focus for different site conditions, depending on the length of the site and the possible placement of the camera
  • No lighting devices required for high-quality night images
  • Integrated temperature sensor and battery monitoring
  • Waterproof to IP67

Features

  • Waterproof, robust connectors for easy installation
  • Regulated sensor stimulus
  • 24-bit sensing performance
  • 12-15 years battery life
  • Versatile mounting options
  • Waterproof to IP66/IP67/IP68

FlatMesh 4G Camera - FM3C-LTE

Physical specifications (excluding EdgeHub)

Parameter Value
Dimensions excluding pole mount 73 x 73 x 67 mm
Dimensions including pole mount 73 x 73 x 170 mm
Total mass 0.5 kg* * Approximate values ​​only
Housing materials Anodized aluminum
International safety marking IP67
Mounting options

Universal 1/4" UNC thread mounting hole Mounting bracket rotation and tilt adjustment for pole mounting or wall mounting

Operating temperature range -20°C to +55°C

Imaging specifications

Parameter Value
Maximum image resolution 3088 x 2076 pixels
Shutter type Rolling shutter
Exposure time 0.013 ms to 2 minutes
Lens focal length Nominal 9.6 mm
Lens type Floating lens (variable focus)

Sökord: FlatMesh 4G-kameran är en bäst i klassen soldriven lösning för statiska bilder i avlägsna eller industriella områden.

*/ (function () { window.dataLayer = window.dataLayer || []; const CONFIG = { CURRENCY: "SEK", // Lägg gärna till/justera selektorer om ditt tema använder andra element CHECKOUT_BUTTON_SELECTORS: [ 'button[name="checkout"]', 'input[name="checkout"]', 'form[action*="/checkout"] [type="submit"]', 'a[href*="/checkout"]' ] }; function fetchCart() { return fetch('/cart.js', { credentials: 'same-origin' }) .then(r => r.json()) .catch(() => null); } function mapItems(cart) { if (!cart || !Array.isArray(cart.items)) return []; return cart.items.map((it, idx) => ({ item_id: String(it.variant_id || it.id || it.sku || ''), item_name: it.product_title || it.title || '', item_brand: 'Geofix AB', item_variant: it.variant_title || '', price: (typeof it.final_price === 'number' ? it.final_price : it.price || 0) / 100, quantity: it.quantity || 1, index: idx + 1 })); } function totalValue(items) { return items.reduce((s, i) => s + (Number(i.price) || 0) * (Number(i.quantity) || 0), 0); } function isCheckoutClick(target) { if (!target) return false; // träff på definierade selektorer for (const sel of CONFIG.CHECKOUT_BUTTON_SELECTORS) { if (target.closest(sel)) return true; } // fallback: formulär som postar till /checkout const form = target.closest('form'); if (form && /\/checkout/i.test(form.action || '')) return true; return false; } // Lyssna brett i capture-fasen så vi hinner hämta vagnen innan redirect document.addEventListener('click', function (e) { const el = e.target; if (!isCheckoutClick(el)) return; // Hämta /cart.js och pusha begin_checkout snabbt innan sidan lämnas fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); // Ingen preventDefault – låt redirect ske normalt }, true); // Extra säkerhet: lyssna även på submit (t.ex. enter-tryck i formulär) document.addEventListener('submit', function (e) { const form = e.target; if (!form) return; if (!/\/checkout/i.test(form.action || '')) return; fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); }, true); })();