Xiaomi Mi Smart Camera C400

10 stok
69.90 Çmimi origjinal qe: €69.90.49.90Çmimi i tanishëm është: €49.90.

Lowest price in the last 30 days: 49.90

Lowest price in the last 30 days: 49.90

10 stok
Blej Tani
2-day Delivery
Speedy and reliable parcel delivery!
:
:
:
Remains until the end of the offer
  • Rezolucioni: 2.5K (2560 × 1440) / 4MP
  • Rotacion: 360° horizontal / ~106° vertikal
  • Night Vision: IR 940nm (pa dritë të kuqe)
  • AI: Detektim & ndjekje e personave
  • Audio: 2-way (mikrofon + altoparlant)
  • WiFi: 2.4GHz + 5GHz
  • Storage: microSD deri 256GB + cloud
  • Video codec: H.265 (kursen hapësirë)
  • Kontroll nga aplikacioni Mi Home
  • Punon me Alexa & Google Assistant
  • Siguri me enkriptim AES-128

Informacion shtesë

Brand

Kategorite

Ngjyra

Rezolucioni

2560 × 1440

Reviews

There are no reviews yet.

Be the first to review “Xiaomi Mi Smart Camera C400”

Adresa juaj email s’do të bëhet publike. Fushat e domosdoshme janë shënuar me një *

Log in

You dont have an account yet? Register Now

Select at least 2 products
to compare

document.addEventListener("DOMContentLoaded", function () { let page = 1; let loading = false; let finished = false; const btn = document.getElementById("bt-load-more"); const container = document.getElementById("bt-products"); if (!btn || !container) return; // kjo e shpëton nga error function loadProducts() { if (loading || finished) return; loading = true; btn.innerText = "Duke u ngarkuar..."; fetch(`/wp-admin/admin-ajax.php?action=bt_load_products&page=${page}`) .then(res => res.text()) .then(data => { if (!data.trim()) { finished = true; btn.innerText = "Nuk ka më produkte"; return; } container.insertAdjacentHTML("beforeend", data); page++; loading = false; btn.innerText = "Shiko më shumë produkte"; }); } loadProducts(); // kjo e mbush fillimin btn.addEventListener("click", loadProducts); });