ZOSI UK Store
C182/C296 4K 32-Camera Capable Security System + 4TB Hard Drive Reviewed by OrganicDiscount Team · Updated 4 Jun 2026
From £699.99 across 1 merchant .home-banner.siginl-banner, .home-banner.siginl-banner+div { margin: 0 auto; } .siginl-banner { position: relative; } body .timeLines { margin-top: 25px; } .swiper-img .swiper-pagination { bottom: 20px; min-width: 200px; text-align: center; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); } .swiper-img .swiper-pagination .swiper-pagination-bullet { width: 15px; height: 15px; margin: 0 5px; } .swiper-container2, .swiper-img { width: 100%; max-width: 1400px; margin: 0 auto; position: relative; overflow: hidden; } .swiper-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #01aded; } .top-section { top: 0; left: 0; width: 100%; color: #fff; overflow: hidden; text-align: center; max-width: 1400px; margin: 0 auto; margin-bottom: 48px; } .top-section .swiper-img .swiper-button-prev, .top-section .swiper-img .swiper-button-next { color: #fff; font-size: 14px !important; background: #ffffff99; color: #222222; padding: 25px 10px; } .top-section .swiper-img .swiper-button-prev { left: 0; } .top-section .swiper-img .swiper-button-next { right: 0; } .top-section .feature-content { text-align: left; } body .tab-col2-box, body .tab-col4-box { align-items: flex-start; } .section-content { background-color: #222222; } .mySwiper-timeline .swiper-slide.swiper-slide-thumb-active p { background-color: #222222; color: #fff; border-radius: 0; } .mySwiper-timeline .swiper-slide.swiper-slide-thumb-active p span { border-bottom: 2px solid #ffffff; } .mySwiper-timeline .swiper-slide p { border: none; } .mySwiper-timeline .swiper-slide p span { color: #fff; } @media screen and (max-width: 768px) { .top-section .feature-content { text-align: center; } .top-section .feature-content p span, .feature-content p span { color: #222222; } .swiper-container1 .swiper-slide { display: block; } .over-box { background-color: #222222; } } AI Detection Customizable Detection Plug and Play Remote Access Smart Detection- Person/ Face/ Vehicle AI algorithms, it can intelligently recognize persons, faces and vehicles with no subscription fee. Tailor your own human detection zone to minimize unnecessary alerts and safeguard your privacy. View It All, Anytime, Anywhere You can remote access anytime via ZOSI Smart App and AVSS Client(other software isn't supported). Optional Installations This camera can be mounted on the ceiling or wall, suitable for a variety of security environments. Tough on Any Weather Come rain or shine, this camera stands strong against extreme weather, delivering unwavering security. Advanced H.265+ Tech H.265+ coding technology uses half as much space as H.264, allowing for longer recording and smoother videos. Get Easy Remote Access You can get remote access anytime, anywhere via ZOSI Smart App and AVSS Client(other software isn't supported). Dissuade Unwelcome Intruders When someone approaches, the spotlights and siren will be automatically triggered, preventing the unwelcome from intruding. Two-Way Talk in Real Time When you are noted that there is an intruder, you can drive him away in time. In addition, you can also have a conversation with visitors. Dual-Disk NVR 16-Port 32CH Expandable Plug & Play function initializeSwiper(swiperContainer, thumbsContainer, config = {}) { // 默认配置参数 const defaultConfig = { autoplay: true, // delay: 5000, autoplay: { delay: 6000, // 设置自动播放延迟为5秒 }, breakpoints: { "@0.00": { slidesPerView: 4, spaceBetween: 10, }, "@0.75": { slidesPerView: 4, spaceBetween: 10, }, "@1.00": { slidesPerView: 4, spaceBetween: 10, }, "@1.50": { slidesPerView: 4, spaceBetween: 10, }, }, freeMode: true, watchSlidesProgress: true, grabCursor: true, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }; // 使用传入的配置参数覆盖默认配置 const mergedConfig = {...defaultConfig, ...config }; var swiper = new Swiper(swiperContainer, mergedConfig); var swiper2 = new Swiper(thumbsContainer, { autoplay: mergedConfig.autoplay, spaceBetween: 10, grabCursor: mergedConfig.grabCursor, navigation: mergedConfig.navigation, thumbs: { swiper: swiper, }, }); } initializeSwiper(".swiper-tab1", ".swiper-tabContent1", { autoplay: false, navigation: { nextEl: '.swiper-tabContent1 .swiper-button-next', prevEl: '.swiper-tabContent1 .swiper-button-prev', }, }); initializeSwiper(".swiper-tab2", ".swiper-tabContent2", { autoplay: false, breakpoints: { "@0.00": { slidesPerView: 3, spaceBetween: 10, }, "@0.75": { slidesPerView: 3, spaceBetween: 10, }, "@1.00": { slidesPerView: 3, spaceBetween: 10, }, "@1.50": { slidesPerView: 3, spaceBetween: 10, }, }, navigation: { nextEl: '.swiper-tabContent2 .swiper-button-next', prevEl: '.swiper-tabContent2 .swiper-button-prev', }, }); // 初始化 Swiper 实例 const swiper1 = new Swiper('.swiper-container1', { // 方向 direction: 'horizontal', // 循环 loop: true, // 自动播放 // autoplay: { // delay: 5000,