The Top Finds
C296/C182 64 Channel PTZ 4K PoE Security Camera System for Business + Include 16TB HDD

Zosi

C296/C182 64 Channel PTZ 4K PoE Security Camera System for Business + Include 16TB HDD

Reviewed by the The Top Finds editors · How we test

$4,699.99$5,399.9913%
Check price at Zosi

You'll complete your purchase on Zosi's site · price checked May 21

The Top Finds is reader-supported. When you buy through links on our site, we may earn an affiliate commission.

new-arrival

Our review

.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 cameras and should not be used with third-party brand cameras. Connect PoE Camera via PoE Switch Best For: · Clean, centralized wiring with fewer power adapters. · Reliable, long-term setups in commercial or industrial environments. Applicable to multiple scenarios Applicable to Office Buildings; Shopping Malls; Factories; Warehouses; Parking Lots; Residential Complex; Construction Sites; Retail Stores 128TB Local Storage Up to 64 Channels 4K Resolution Expansive Coverage Remote Access Subscription-Free Massive Capacity This 8-Bay NVR supports up to 128TB of local storage for 24/7 large-scale recording. Easy Access, Locally or Remotely Stay informed and in control with live feeds and playback of all channels. 4K-Ready for Pro-Level Surveillance Capture and display every detail with ultra-high-definition video. Wide-Area Coverage for Business Security Monitor office buildings, factories, warehouses, indoor and outdoor spaces all from one centralized system. View It All, Anytime, Anywhere With your smart devices, you can get remote access anytime, anywhere via ZOSI Smart App AVSS Client. Full Compatibility Easily Expand and Customize Your System, Works with a Variety of ZOSI IP Cameras(wifi cameras, poe cameras). NOTE: 1. Only compatible with ZOSI cameras; 2.To add WiFi cameras, connect to the same LAN as NVR or by connecting a network cable and power adapter. Uninterrupted Monitoring, Even Offline With local storage and a standalone LAN network, the system keeps running and recording, ensuring your business stays protected even with unstable or no internet. Upgraded USB 3.0 Port for Data Transfer Need to export footage for review or storage? Featuring a USB 3.0 port for high-speed data transfer, this system makes it easy to export large video files in a fraction of the time. 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. Support NVR Specs C182 Camera Specs C296 Camera Specs NVR Manual 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: '.swiper-container1 .swiper-button-prev', }, }); const swiper2 = new Swiper('.swiper-container2', { // 方向 direction: 'horizontal', // 循环 loop: true, // 自动播放 // autoplay: { // delay: 5000, // 2秒切换一次 // }, // 分页器 pagination: { el: '.swiper-container2 .swiper-pagination', clickable: true, }, // 导航按钮 navigation: { nextEl: '.swiper-container2 .swiper-button-next', prevEl: '.swiper-container2 .swiper-button-prev', }, }); // 可以多次调用该函数来初始化多个轮播图,并在每次调用时传入不同的配置对象 (function() { var couponInput = document.getElementById("couponCode"); var coupon_item = document.getElementById("coupons_item"); couponInput.value = "20OFF200" coupon_item.textContent = "Extra $20 OFF Coupon :"; })() $(document).ready(function() { // Function to ensure the checkout button text is "Pre-order" for specific variants function ensureCheckoutText() { var $checkoutButton = $('.t4s-btn-atc_text'); var currentUrl = window.location.href; // 检查 URL 是否包含指定的变体参数 if (currentUrl.includes('variant=44949622194418') || currentUrl.includes('variant=44949622227186')) { // 如果包含指定的变体参数,并且按钮文本不是 "Pre-order",则将按钮文本设置为 "Pre-order" if ($checkoutButton.text().trim() !== 'Pre-order') { $checkoutButton.text('Pre-order'); } else { // 清除定时器 clearInterval(intervalId); } } } // 设置定时器每秒执行一次 ensureCheckoutText 函数,并保存定时器 ID var intervalId = setInterval(ensureCheckoutText, 1000); });

Ready to buy

C296/C182 64 Channel PTZ 4K PoE Security Camera System for Business + Include 16TB HDD

Check price at Zosi

The Top Finds is reader-supported. When you buy through links on our site, we may earn an affiliate commission.

Zosi

$4699.99$5399.99

Check price at Zosi