
Zosi
Add-on 5MP PT Security Camera for C280 WiFi-6 Security System
Reviewed by the The Top Finds editors · How we test
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.
Our review
.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; } @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; } } #myProductAddCartButtonId.Estimated:after { content: "Expected to ship in early October"; position: absolute; width: 225px; text-transform: none; font-size: 12px; font-weight: 400; text-align: center; color: #ffffff; background-color: #000; padding: 5px 4px; border-radius: 10px; right: 0; top: -27px; } #myProductAddCartButtonId.PreOrder:before{ content: "?"; background: #000000; width: 20px; height: 20px; line-height: 20px; color: #ffffff; text-align: center; border-radius: 50%; position: absolute; right: 100%; left: 92%; z-index: 10; top: -2px; cursor: pointer; transform: none; } .t4s-d-flex.t4s-flex-wrap button#myProductAddCartButtonId { position: relative; overflow: visible; } @media (max-width: 768px) { #myProductAddCartButtonId.PreOrder:before { content: "?"; background: #000000; width: 20px; height: 20px; line-height: 20px; color: #ffffff; text-align: center; border-radius: 50%; position: absolute; right: 100%; left: 92%; z-index: 10; top: -2px; cursor: pointer; transform: none; } #myProductAddCartButtonId.Estimated:after { content: "Expected to ship in early October"; position: absolute; width: 225px; text-transform: none; font-size: 12px; font-weight: 400; text-align: center; color: #ffffff; background-color: #000; padding: 5px 4px; border-radius: 10px; right: 0; top: -27px; } } Color Night Vision AI Person Tracking Super HD Wide coverage IP66 Waterproof Sound and Light Alarm Two-Way Audio Full coverage Pan/Tilt Simple Setup IP66 Waterproof The camera can suitable all kinds of harsh environments,like rain, snow, hail, etc. Sound and Light Alarm When camera detect movement, turn on white light and siren sound, send alarm message to your phone. Full coverage Pan/Tilt With a 355° horizontal rotation and 95° vertical tilt, the WiFi pan tilt camera offers full coverage, leaving no blind spots. 24/7 Continuous Recording With total storage expandable up to 5TB, this complete NVR security system supports 24/7 non-stop recording of up to 8 cameras at the same time. Live View, Anyntime Anywhere Support multi device connection to the free Zosi Smart App/AAVS client, allowing you to view what's happening at home anytime, anywhere. 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(".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, 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, // 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', }, }); const swiper3 = new Swiper('.swiper-container3', { // 方向 direction: 'horizontal', // 循环 loop: true, // 自动播放 // autoplay: { // delay: 5000, // 2秒切换一次 // }, // 分页器 pagination: { el: '.swiper-container3 .swiper-pagination', clickable: true, }, // 导航按钮 navigation: { nextEl: '.swiper-container3 .swiper-button-next', prevEl: '.swiper-container3 .swiper-button-prev', }, }); // 可以多次调用该函数来初始化多个轮播图,并在每次调用时传入不同的配置对象 (function() { var couponInput = document.getElementById("couponCode"); var coupon_item = document.getElementById("coupons_item"); couponInput.value = "30OFF300" coupon_item.textContent = "Extra £30 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); }); Support NVR Specs Camera Specs Camera Manuals / Downloads NVR Manuals / Downloads Tutorial Videos FAQs How much storage space does this camera have? This kit will give you 1TB of storage Does this camera support person/vehicle detection? Yes, ZOSI C280 can accurately detect persons and vehicles from other objects and reduces false alarms caused by animals, insects and leaves. How do I do play back on the app? After you install a SD card in the camera, and set the full time record or motion record, then you use the app to view the picture, there is a playback button under the picture. How many extra cameras can I add? You can add more 4pcs cameras. Does ZOSI C296 support 5GHz WiFi? No, the C296 does not support 5GHz WiFi. It supports 2.4GHz networks. 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? The camera can work without an NVR. Yes, the C296 security camera system supports 24/7 non-stop. What is the camera rotation angle? ZOSI C280 PTZ Wifi camera can rotate 355°horizontally and 140°vertically, covering a lot more areas and leaving no blind spot. It also supports automatic cruising, locks on and tracks people on the move automatically. You can control this wireless home security camera and preset point cruise through the ZOSI Smart App. Is the hard drive already installed? Yes, there is a 1TB hard drive already installed inside the NVR.
Ready to buy
Add-on 5MP PT Security Camera for C280 WiFi-6 Security System
The Top Finds is reader-supported. When you buy through links on our site, we may earn an affiliate commission.
More from Home & Garden
Related finds

Porte + Hall
The Innerweave - Chevron (Natural) / Runner
Our mats look like they're made from natural fibers, but they perform so much better. What we love about them: they are shed-resistant, slip-resistant and easy

Porte + Hall
The Innerweave - Chevron (Stone) / Runner
Our mats look like they're made from natural fibers, but they perform so much better. What we love about them: they are shed-resistant, slip-resistant and easy

Porte + Hall
The Innerweave - Chevron (Dark Grey) / Doormat
Our mats look like they're made from natural fibers, but they perform so much better. What we love about them: they are shed-resistant, slip-resistant and easy
Zosi
$39.99$49.99