The Top Finds
C124 1080P 8 Channel Security Camera System (No hard drive included)

Zosi

C124 1080P 8 Channel Security Camera System (No hard drive included)

Reviewed by the The Top Finds editors · How we test

$109.99$149.9927%
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; } .mySwiper-timeline1,.mySwiper3-timeContent{ max-width: 1200px; margin: auto 0; overflow: hidden; } @media screen and (max-width: 768px) { .top-section .feature-content { text-align: center; } .top-section .feature-content p span { color: #222222; } } 1080p Full HD Clarity Experience sharp, detailed visuals with 1080p Full HD resolution for enhanced image quality. 100ft Clear Night Vision See up to 100ft(30m) in total clarity, even in complete darkness, for reliable nighttime surveillance. AI People, Vehicles Motion Detection Advanced AI technology intelligently identifies people, vehicles, and motion for precise monitoring and timely alerts. 24/7 Recording Access and manage up to 8 cameras through NVR, offering seamless control and efficiency 24/7. Remote Access With the free ZOSI SMART app you can access life via smart device, helping you stay informed. Smart Playback Quickly search to playback important moments by locating the specific time. Work Even without Internet Even without the Internet, you can view videos locally on a monitor by connecting the DVR to router. Support Apps Client Manuals / Downloads Tutorial Videos Articles FAQs How many days can I record from my 1TB hard drive? H.265+ technology saves about 50% bandwidth and storage compared with H.264 standard, and you can save it approximately 18 days. Does the camera support cloud storage? No, this analog camera system does not support cloud storage. Only our wifi camera support cloud storage for now. Does this camera support custom detection area? Yes, You decide where the events will or will not be detected by drawing a specific detection area. Can this device connect to wifi? Yes, you can connect the DVR to the wifi and you need an extra wifi module. What is the night vision range of this camera? Built-in 24 IR LEDs, get a sharp and crisp image day or night with the camera's automatic IR-CUT filter. Up to 80ft night vision in total darkness and 130ft night vision in ambient light. What is the siren and how does it work? We’ve improved the volume of the speaker so that it can be used as a siren, which is loud so you can use it to ward off intruders. Control the Siren feature from the ZOSI app. Does the system support 24/7 recording? Yes, This cctv camera system supports 24/7 non-stop. 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, }); initializeSwiper(".mySwiper-timeline1", ".mySwiper3-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

C124 1080P 8 Channel Security Camera System (No hard drive included)

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

$109.99$149.99

Check price at Zosi