ZOSI UK Store
4K 16 Channel 2-Bay Hard Drive PoE NVR Video Recorder + 4TB Hard Drive Reviewed by OrganicDiscount Team · Updated 4 Jun 2026
From £299.99 across 1 merchant .home-banner.siginl-banner, .home-banner.siginl-banner+div { margin: 0 auto; } body .timeLines { margin-top: 25px; } .swiper-container1 .swiper-pagination, .swiper-container2 .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-container1 .swiper-pagination .swiper-pagination-bullet, .swiper-container2 .swiper-pagination .swiper-pagination-bullet { width: 15px; height: 15px; margin: 0 5px; } .swiper-container2 { width: 100%; max-width: 1400px; margin: 0 auto; position: relative; overflow: hidden; } .swiper-container1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container2 .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-container1 .swiper-button-prev, .top-section .swiper-container1 .swiper-button-next, .top-section .swiper-container2 .swiper-button-prev, .top-section .swiper-container2 .swiper-button-next { color: #fff; font-size: 14px !important; background: #ffffff99; color: #222222; padding: 25px 10px; } .top-section .swiper-container1 .swiper-button-prev, .top-section .swiper-container2 .swiper-button-prev { left: 0; } .top-section .swiper-container1 .swiper-button-next, .top-section .swiper-container2 .swiper-button-next { right: 0; } .top-section .feature-content { text-align: left; } body .tab-col2-box { align-items: flex-start; } .text-content{ max-width:1200px; margin:0 auto; text-align:center } @media screen and (max-width: 768px) { .top-section .feature-content { text-align: center; } .top-section .feature-content p span { color: #222222; } } Important Note:This 4K 8MP NVR is only compatible with ZOSI PoE IP cameras and should not be used with third-party brand cameras. Create Your Smart & Customized System Experience intelligent AI detection, real-time alerts, two-way audio, light & siren deterrent, and a range of advanced features for all-round protection. Al Detection Activity Zone Support for Two HDD Local Access Remote Access AI-Powered Detection- Person/ Face/ Vehicle AI algorithms can intelligently detect persons, faces and vehicles without any subscription fee. Customize Detection Area Detection area, which can not only reduce unnecessary notifications, but also protect your privacy. Large-Capacity Storage Space This 4K 8 Ports NVR can be upgraded to 16 channel with a PoE switch connected(Not included). Multi-Channel Viewing Monitor up to 16 camera feeds at once. View It All, Anytime, Anywhere With your smart devices, you can get remote access anytime, anywhere via ZOSI Smart App&AVSS Client. Compatible with All ZOSI PoE Cameras This 4K NVR work with a variety of ZOSI PoE cameras, ensuring the best compatibility and enabling you to create your own multi-functional PoE system. NOTE: Only compatible with ZOSI cameras. Expandable Up to 32 Channels Elevate your security with seamless expansion. Transform your 16-Port NVR into a 32-channel system by connecting it to a PoE switch. Plug & Play PoE Connection Simplify your security system with PoE one-cable installation, making installation easy and freeing you from messy wiring. Space-Saving Video Coding H.265+ coding technology can not only save space for you to store more videos, but also maintain clarity and fluency. function initializeSwiper(swiperContainer, thumbsContainer, config = {}) { // 默认配置参数 const defaultConfig = { autoplay: true, // delay: 5000, autoplay: { delay: 6000, // 设置自动播放延迟为5秒 }, breakpoints: { "@0.00": { slidesPerView: 5, spaceBetween: 10, }, "@0.75": { slidesPerView: 5, spaceBetween: 10, }, "@1.00": { slidesPerView: 5, spaceBetween: 10, }, "@1.50": { slidesPerView: 5, 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(".mySwiper-timeline", ".mySwiper2-timeContent", { autoplay: false, }); // 初始化 Swiper 实例 const swiper1 = new Swiper('.swiper-container1', { // 方向 direction: 'horizontal', // 循环 loop: true, // 自动播放 // autoplay: { // delay: 5000, // 2秒切换一次 // }, // 分页器 pagination: { el: '.swiper-container1 .swiper-pagination', clickable: true, }, // 导航按钮 navigation: { nextEl: '.swiper-container1 .swiper-button-next', prevEl: