.aplus-v2 .aplus-content-wrapper {
position: relative;
overflow: hidden;
}
.aplus-v2 .container-with-background-image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count(“aplus:shoppable:” + moduleName + “:addToCart”, showsAddToCart ? 1 : 0);
}
}
From the brand
.aplus-v2 .apm-brand-story-carousel-container {
position: relative;
}
.aplus-v2 .apm-brand-story-carousel-hero-container,
.aplus-v2 .apm-brand-story-carousel-hero-container > div {
position: absolute;
width: 100%;
}
/*
Ensuring the carousel takes only the space it needs.
The sizes need to be set again on the absolutely positioned elements so they can take up space.
*/
.aplus-v2 .apm-brand-story-carousel-container,
.aplus-v2 .apm-brand-story-carousel-hero-container {
height: 625px;
width: 100%;
max-width: 1464px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.aplus-v2 .apm-brand-story-carousel-hero-container,
.aplus-v2 .apm-brand-story-carousel-hero-container > div {
height: 625px;
}
.aplus-v2 .apm-brand-story-carousel.a-carousel-container {
padding: 0px;
}
/*
This centers the carousel vertically on top of the hero image container and after the logo area (125px).
Margin-top = (heroHeight – cardHeight – logoAreaHeight) / 2 + logoAreaHeight
*/
.aplus-v2 .apm-brand-story-carousel .a-carousel-row-inner {
margin-top: 149px;
}
/*
Cards need to have a width set, otherwise they default to 50px or so.
All cards must have the same width. The carousel will resize itself so all cards take the width of the largest card.
The left margin is for leaving a space between each card.
*/
.aplus-v2 .apm-brand-story-carousel .a-carousel-card {
width: 362px;
margin-left: 30px !important;
}
/* styling the navigation buttons so they are taller, flush with the sides, and have a clean white background */
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-left,
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-right {
padding: 0px;
}
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-left .a-button-image,
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-right .a-button-image {
border: none;
margin: 0px;
}
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-left .a-button-image .a-button-inner,
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-right .a-button-image .a-button-inner {
background: #fff;
padding: 20px 6px;
}
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-left .a-button-image .a-button-inner {
border-radius: 0px 4px 4px 0px;
}
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-right .a-button-image .a-button-inner {
border-radius: 4px 0px 0px 4px;
}
-
-
Explore Our Cameras
-
Explore Our Cameras
-
Security Made Simple
From Setup to Action in Minutes
-
Clear & Aware
See More, Worry Less
-
Stay Informed, Not Distacted
.aplus-v2 .aplus-content-wrapper {
position: relative;
overflow: hidden;
}
.aplus-v2 .container-with-background-image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count(“aplus:shoppable:” + moduleName + “:addToCart”, showsAddToCart ? 1 : 0);
}
}
Product description
P.now(“premium-aplus-13-carousel-5”).execute(“init-pagination-carousel”, function(init) {
if (init) {
return;
}
P.register(“premium-aplus-13-carousel-5”, function() {
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(“paginate-carousel”, function (A, $, framework) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const LEFT_ARROW_KEY = 37;
const RIGHT_ARROW_KEY = 39;
const HOME_KEY = 36;
const END_KEY = 35;
var moduleId = “5”;
var carouselName = “premium-aplus-13-carousel-5”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId + “-” + carouselName;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’).attr(‘tabindex’, -1)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’).attr(‘tabindex’, 0);
});
function syncPaginationDotsWithCarouselPages(numPages) {
const parentElement = document.querySelector(paginationGroup);
if (parentElement && parentElement.children) {
const children = parentElement.children;
for (let i = 0; i = numPages) {
// If number of dots > num of pages, we should hide other dots
children[i].classList.add(‘aplus-pagination-dot–display-none’);
} else if (children[i].classList.contains(‘aplus-pagination-dot–display-none’)) {
// Reset display of dots if it was hidden before
children[i].classList.remove(‘aplus-pagination-dot–display-none’);
}
}
}
}
framework.onInit(carouselName, function (carousel) {
try {
var totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
/* Resize event handler to re-calculate the pagination dots count based on orientation */
window.addEventListener(‘resize’, function() {
carousel.resize();
totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
});
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY;
var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY;
var isHome = isKeydown && event.$event.keyCode === HOME_KEY;
var isEnd = isKeydown && event.$event.keyCode === END_KEY;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
event.$target.blur();
} else if (isLeftArrow || isRightArrow || isHome || isEnd) {
event.$event.preventDefault();
const dots = A.$(paginationGroup + ” .carousel-slider-circle”);
const currentIndex = dots.index(event.$target);
let nextIndex;
if (isLeftArrow) {
nextIndex = currentIndex > 0 ? currentIndex – 1 : dots.length – 1;
} else if (isRightArrow) {
nextIndex = currentIndex < dots.length – 1 ? currentIndex + 1 : 0;
} else if (isHome) {
nextIndex = 0;
} else if (isEnd) {
nextIndex = dots.length – 1;
}
dots.eq(nextIndex).focus();
carousel.gotoPage(nextIndex + 1);
}
});
} catch (e) {
P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');
}
});
});
}
});
});
-
Why choose aosuBase local storage?
No Subscription Required, Wider Wireless Signal and Secure Privacy.
Firstly, with 32GB of local storage, you can loop record events for up to 120 days, all at no cost.
Secondly, your recorded videos remain private, ensuring “unwanted eyes” do not see the records should the camera be misplaced. Privacl is important!
Lastly, aosuBase boosts wireless signal strength, ideal for expansive homes, delivering faster, more stable live viewing and quicker message notifications.
————Shane Starnes
{“parentAsin”:””,”enableFullScreenByDefault”:false,”clickstreamNexusMetricsConfig”:{“producerId”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”actionType”:”DISCOVERY”,”eventOwner”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”,”productId”:”B0CNRDG796″},”videoReferenceId”:”fbefc440-5d95-4d7f-92e0-97749fdd42fe_87cb79e5-e688-4776-b796-5650e14cce66″,”contentId”:”B0CNRDG796″,”ccvDisclosure”:””,”closedCaptionsConfig”:{“captionsOnTexts”:{“de”:”German (Automated)”,”ja”:”Japanese (Automated)”,”en”:”English (Automated)”,”fr”:”French (Automated)”,”es”:”Spanish (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”,”French”:”French”,”German”:”German”,”Spanish”:”Spanish”,”Japanese”:”Japanese”}},”mimeType”:”application/x-mpegURL”,”videoHeight”:480,”disableReportIllegalLink”:false,”videoWidth”:854,”useHotspotsNX”:false,”eligibleToTriggerCCWeblab”:false,”videoUrl”:”https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/a0e165d1-8e2d-498e-bb59-c27705cf4e01/default.jobtemplate.hls.m3u8″,”metricsEmissionMethod”:”nexus”,”imageUrl”:”https://m.media-amazon.com/images/I/71tpDWXxXYL.jpg”,”needPlayerFactory”:false,”isMobile”:false,”showHotspots”:false,”aciContentId”:”amzn1.vse.video.0e292e82e9954460a5c2a5dfea1f3f71″,”altText”:”-why choose aosu base”,”videoContentId”:”0e292e82e9954460a5c2a5dfea1f3f71″,”clientPrefix”:”aplus-113831″,”hotSpotsV3Weblab”:””,”productAsin”:”B0CNRDG796″,”labelDetails”:{“labelName”:””,”labelType”:””,”labelWeblabName”:””,”labelWeblabTreatment”:””,”showLabel”:false,”tooltipSelector”:””},”sushiMetricsConfig”:{“eventSource”:”Player”,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”customerId”:”0″,”refMarkers”:”aplus-113831_ref”,”sessionType”:1,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”marketplaceId”:”ATVPDKIKX0DER”,”weblabIds”:””,”isInternal”:false,”isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”reportUrl”:””,”videoTitle”:”-why choose aosu base”,”vendorName”:””,”nexusMetricsConfig”:{“eventSource”:”Player”,”isInternal”:false,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.9″,”widgetMetricsSchemaId”:”vse.VSECardsEvents.9″,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-113831_ref”,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”weblabIds”:””,”clientId”:”VSE-US”,”videoAsin”:”0e292e82e9954460a5c2a5dfea1f3f71″,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”awaConfig”:{“useUpNextComponent”:false,”clickstreamNexusMetricsConfig”:{“producerId”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”actionType”:”DISCOVERY”,”eventOwner”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”,”productId”:”B0CNRDG796″},”initialVideo”:”0e292e82e9954460a5c2a5dfea1f3f71″,”shouldPreload”:true,”enableClickBasedAttribution”:false,”isChromelessPlayer”:false,”closedCaptionsConfig”:{“captionsOnTexts”:{“de”:”German (Automated)”,”ja”:”Japanese (Automated)”,”en”:”English (Automated)”,”fr”:”French (Automated)”,”es”:”Spanish (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”,”French”:”French”,”German”:”German”,”Spanish”:”Spanish”,”Japanese”:”Japanese”}},”enableDynamicBlur”:false,”showPlayerPlayButton”:false,”isVideoImmersivePlayer”:false,”metricsEmissionMethod”:”nexus”,”skipInitialFocus”:false,”playerSkin”:”none”,”disabledViewIds”:[“replayHint”],”includeEarnsComissionDisclosure”:false,”customerId”:”0″,”containerId”:”aplus-113831-player-30063f77-bd55-4620-a379-39565da9c7a2″,”allowCrossOrigin”:false,”requestMetadata”:{“clientId”:”VSE-US”,”marketplaceId”:”ATVPDKIKX0DER”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”method”:”desktop_web.AplusWidget.aplusdp”,”pageAsin”:””},”shouldLoop”:false,”shouldDisableControls”:false,”alwaysSetInitialVideo”:true,”showPlayerCloseButton”:false,”clientPrefix”:”aplus-113831″,”useAutoplayFallback”:false,”sushiMetricsConfig”:{“eventSource”:”Player”,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”customerId”:”0″,”refMarkers”:”aplus-113831_ref”,”sessionType”:1,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”marketplaceId”:”ATVPDKIKX0DER”,”weblabIds”:””,”isInternal”:false,”isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”ospLinkCode”:”vse”,”showPosterImage”:true,”languageCode”:”en”,”languageLocalization”:{“play”:”Play”,”volumeLevel”:”Volume Level”,”subtitles”:”Subtitles”,”volumeSlider”:”Volume Slider”,”playVideo”:”Click to play video”,”fullscreen”:”Fullscreen”,”scrubberBar”:”Scrubber bar”,”mute”:”Mute”,”unmute”:”Unmute”,”pause”:”Pause”,”captions”:”Captions”,”nonfullscreen”:”Non-Fullscreen”},”version”:””,”isMoreVideosButtonEnabled”:false,”nexusMetricsConfig”:{“eventSource”:”Player”,”isInternal”:false,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.9″,”widgetMetricsSchemaId”:”vse.VSECardsEvents.9″,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-113831_ref”,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”weblabIds”:””,”clientId”:”VSE-US”,”videoAsin”:”0e292e82e9954460a5c2a5dfea1f3f71″,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”shouldStartMuted”:false,”airyVersion”:”VideoJS”,”languagePreferenceStrings”:{},”enableInactiveFocus”:true,”showVideoInfo”:false,”isReactFactory”:false,”osaInstrumentationConfig”:{“schemaId”:”csa.VideoInteractions.2″,”producerId”:”vsemetrics_csa_instrumentation”},”enableDelphiAttribution”:true,”includeReportWidget”:false,”shouldAutoplay”:false}}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.-why choose aosu base
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/61rtJ3+GOOL.js?AUIClients/VSEPlayer’);
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/3175HHgX+OL._RC|11KFCxsEshL.js,11uNd0zHc-L.js,51ocjucRF0L.js,41tLmUCnr0L.js,91G7VmlBk7L.js,11cPgPsKKOL.js_.js?AUIClients/Brila’); -
New Feature: View Mulit-Cams
Support view of up to 4 cams simultaneously.
One of the new features that attracted me the most is the ability to watch live video from four cameras simultaneously, which allows me to completely monitor my home, turning my phone into a mobile monitor. Four cameras can track motions at the same time, which is an outstanding feature.
————Dem Crumblies Tech
{“parentAsin”:””,”enableFullScreenByDefault”:false,”clickstreamNexusMetricsConfig”:{“producerId”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”actionType”:”DISCOVERY”,”eventOwner”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”,”productId”:”B0CNRDG796″},”videoReferenceId”:”66a21b98-a446-4efb-9961-b76d6ba666e8_36c268d8-48fb-4eaf-984d-4df8a1c78136″,”contentId”:”B0CNRDG796″,”ccvDisclosure”:””,”closedCaptionsConfig”:{“captionsOnTexts”:{“de”:”German (Automated)”,”ja”:”Japanese (Automated)”,”en”:”English (Automated)”,”fr”:”French (Automated)”,”es”:”Spanish (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”,”French”:”French”,”German”:”German”,”Spanish”:”Spanish”,”Japanese”:”Japanese”}},”mimeType”:”application/x-mpegURL”,”videoHeight”:480,”disableReportIllegalLink”:false,”videoWidth”:854,”initialClosedCaptions”:”en,https://m.media-amazon.com/images/S/vse-vms-closed-captions-artifact-us-east-1-prod/closedCaptions/136948ff-9b4b-4f00-a3df-f6351dc1d62c.vtt”,”useHotspotsNX”:false,”eligibleToTriggerCCWeblab”:false,”videoUrl”:”https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/60fe9039-708c-4097-91fb-48125bdf1ca3/default.jobtemplate.hls.m3u8″,”metricsEmissionMethod”:”nexus”,”imageUrl”:”https://m.media-amazon.com/images/I/71Ase8LGpYL.jpg”,”needPlayerFactory”:false,”isMobile”:false,”showHotspots”:false,”aciContentId”:”amzn1.vse.video.0549bbb528b84b82bdd65cbf5abe065c”,”altText”:”-view multi cams”,”videoContentId”:”0549bbb528b84b82bdd65cbf5abe065c”,”clientPrefix”:”aplus-113828″,”hotSpotsV3Weblab”:””,”productAsin”:”B0CNRDG796″,”labelDetails”:{“labelName”:””,”labelType”:””,”labelWeblabName”:””,”labelWeblabTreatment”:””,”showLabel”:false,”tooltipSelector”:””},”sushiMetricsConfig”:{“eventSource”:”Player”,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”customerId”:”0″,”refMarkers”:”aplus-113828_ref”,”sessionType”:1,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”marketplaceId”:”ATVPDKIKX0DER”,”weblabIds”:””,”isInternal”:false,”isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”reportUrl”:””,”videoTitle”:”-view multi cams”,”vendorName”:””,”nexusMetricsConfig”:{“eventSource”:”Player”,”isInternal”:false,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.9″,”widgetMetricsSchemaId”:”vse.VSECardsEvents.9″,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-113828_ref”,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”weblabIds”:””,”clientId”:”VSE-US”,”videoAsin”:”0549bbb528b84b82bdd65cbf5abe065c”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”awaConfig”:{“useUpNextComponent”:false,”clickstreamNexusMetricsConfig”:{“producerId”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”actionType”:”DISCOVERY”,”eventOwner”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”,”productId”:”B0CNRDG796″},”initialVideo”:”0549bbb528b84b82bdd65cbf5abe065c”,”shouldPreload”:true,”enableClickBasedAttribution”:false,”isChromelessPlayer”:false,”closedCaptionsConfig”:{“captionsOnTexts”:{“de”:”German (Automated)”,”ja”:”Japanese (Automated)”,”en”:”English (Automated)”,”fr”:”French (Automated)”,”es”:”Spanish (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”,”French”:”French”,”German”:”German”,”Spanish”:”Spanish”,”Japanese”:”Japanese”}},”enableDynamicBlur”:false,”showPlayerPlayButton”:false,”isVideoImmersivePlayer”:false,”metricsEmissionMethod”:”nexus”,”skipInitialFocus”:false,”playerSkin”:”none”,”disabledViewIds”:[“replayHint”],”includeEarnsComissionDisclosure”:false,”customerId”:”0″,”containerId”:”aplus-113828-player-576a9b88-ff1c-4977-ba10-62a2354efe40″,”allowCrossOrigin”:false,”requestMetadata”:{“clientId”:”VSE-US”,”marketplaceId”:”ATVPDKIKX0DER”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”method”:”desktop_web.AplusWidget.aplusdp”,”pageAsin”:””},”shouldLoop”:false,”shouldDisableControls”:false,”alwaysSetInitialVideo”:true,”showPlayerCloseButton”:false,”clientPrefix”:”aplus-113828″,”useAutoplayFallback”:false,”sushiMetricsConfig”:{“eventSource”:”Player”,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”customerId”:”0″,”refMarkers”:”aplus-113828_ref”,”sessionType”:1,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”marketplaceId”:”ATVPDKIKX0DER”,”weblabIds”:””,”isInternal”:false,”isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”ospLinkCode”:”vse”,”showPosterImage”:true,”languageCode”:”en”,”languageLocalization”:{“play”:”Play”,”volumeLevel”:”Volume Level”,”subtitles”:”Subtitles”,”volumeSlider”:”Volume Slider”,”playVideo”:”Click to play video”,”fullscreen”:”Fullscreen”,”scrubberBar”:”Scrubber bar”,”mute”:”Mute”,”unmute”:”Unmute”,”pause”:”Pause”,”captions”:”Captions”,”nonfullscreen”:”Non-Fullscreen”},”version”:””,”isMoreVideosButtonEnabled”:false,”nexusMetricsConfig”:{“eventSource”:”Player”,”isInternal”:false,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.9″,”widgetMetricsSchemaId”:”vse.VSECardsEvents.9″,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-113828_ref”,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”weblabIds”:””,”clientId”:”VSE-US”,”videoAsin”:”0549bbb528b84b82bdd65cbf5abe065c”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”shouldStartMuted”:false,”airyVersion”:”VideoJS”,”languagePreferenceStrings”:{},”enableInactiveFocus”:true,”showVideoInfo”:false,”isReactFactory”:false,”osaInstrumentationConfig”:{“schemaId”:”csa.VideoInteractions.2″,”producerId”:”vsemetrics_csa_instrumentation”},”enableDelphiAttribution”:true,”includeReportWidget”:false,”shouldAutoplay”:false}}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.-view multi cams
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/61rtJ3+GOOL.js?AUIClients/VSEPlayer’);
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/3175HHgX+OL._RC|11KFCxsEshL.js,11uNd0zHc-L.js,51ocjucRF0L.js,41tLmUCnr0L.js,91G7VmlBk7L.js,11cPgPsKKOL.js_.js?AUIClients/Brila’); -
No Professional Installation Required.
Installation is simple and only takes five minutes.
To install these cameras, you only need to fix the bracket to the wall with the included nails. All that is left is to slide the camera into the bracket and mount it. It’s that simple.
————Momentum Productions
{“parentAsin”:””,”enableFullScreenByDefault”:false,”clickstreamNexusMetricsConfig”:{“producerId”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”actionType”:”DISCOVERY”,”eventOwner”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”,”productId”:”B0CNRDG796″},”videoReferenceId”:”cad9978f-1718-4ef1-ad08-ddd530e2f23f_f99ff240-f92e-4580-9ce4-6f43205b8ddd”,”contentId”:”B0CNRDG796″,”ccvDisclosure”:””,”closedCaptionsConfig”:{“captionsOnTexts”:{“de”:”German (Automated)”,”ja”:”Japanese (Automated)”,”en”:”English (Automated)”,”fr”:”French (Automated)”,”es”:”Spanish (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”,”French”:”French”,”German”:”German”,”Spanish”:”Spanish”,”Japanese”:”Japanese”}},”mimeType”:”application/x-mpegURL”,”videoHeight”:480,”disableReportIllegalLink”:false,”videoWidth”:854,”useHotspotsNX”:false,”eligibleToTriggerCCWeblab”:false,”videoUrl”:”https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/386dfa70-85f1-4623-9d0d-b06daa124e62/default.jobtemplate.hls.m3u8″,”metricsEmissionMethod”:”nexus”,”imageUrl”:”https://m.media-amazon.com/images/I/71QTXDxysIL.jpg”,”needPlayerFactory”:false,”isMobile”:false,”showHotspots”:false,”aciContentId”:”amzn1.vse.video.028914037b9742c8a45dfc96c2fa2c33″,”altText”:”easy to install”,”videoContentId”:”028914037b9742c8a45dfc96c2fa2c33″,”clientPrefix”:”aplus-113830″,”hotSpotsV3Weblab”:””,”productAsin”:”B0CNRDG796″,”labelDetails”:{“labelName”:””,”labelType”:””,”labelWeblabName”:””,”labelWeblabTreatment”:””,”showLabel”:false,”tooltipSelector”:””},”sushiMetricsConfig”:{“eventSource”:”Player”,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”customerId”:”0″,”refMarkers”:”aplus-113830_ref”,”sessionType”:1,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”marketplaceId”:”ATVPDKIKX0DER”,”weblabIds”:””,”isInternal”:false,”isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”reportUrl”:””,”videoTitle”:”easy to install”,”vendorName”:””,”nexusMetricsConfig”:{“eventSource”:”Player”,”isInternal”:false,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.9″,”widgetMetricsSchemaId”:”vse.VSECardsEvents.9″,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-113830_ref”,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”weblabIds”:””,”clientId”:”VSE-US”,”videoAsin”:”028914037b9742c8a45dfc96c2fa2c33″,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”awaConfig”:{“useUpNextComponent”:false,”clickstreamNexusMetricsConfig”:{“producerId”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”actionType”:”DISCOVERY”,”eventOwner”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”,”productId”:”B0CNRDG796″},”initialVideo”:”028914037b9742c8a45dfc96c2fa2c33″,”shouldPreload”:true,”enableClickBasedAttribution”:false,”isChromelessPlayer”:false,”closedCaptionsConfig”:{“captionsOnTexts”:{“de”:”German (Automated)”,”ja”:”Japanese (Automated)”,”en”:”English (Automated)”,”fr”:”French (Automated)”,”es”:”Spanish (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”,”French”:”French”,”German”:”German”,”Spanish”:”Spanish”,”Japanese”:”Japanese”}},”enableDynamicBlur”:false,”showPlayerPlayButton”:false,”isVideoImmersivePlayer”:false,”metricsEmissionMethod”:”nexus”,”skipInitialFocus”:false,”playerSkin”:”none”,”disabledViewIds”:[“replayHint”],”includeEarnsComissionDisclosure”:false,”customerId”:”0″,”containerId”:”aplus-113830-player-fbe76f82-0800-414b-b3f4-abe78aff963a”,”allowCrossOrigin”:false,”requestMetadata”:{“clientId”:”VSE-US”,”marketplaceId”:”ATVPDKIKX0DER”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”method”:”desktop_web.AplusWidget.aplusdp”,”pageAsin”:””},”shouldLoop”:false,”shouldDisableControls”:false,”alwaysSetInitialVideo”:true,”showPlayerCloseButton”:false,”clientPrefix”:”aplus-113830″,”useAutoplayFallback”:false,”sushiMetricsConfig”:{“eventSource”:”Player”,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”customerId”:”0″,”refMarkers”:”aplus-113830_ref”,”sessionType”:1,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”marketplaceId”:”ATVPDKIKX0DER”,”weblabIds”:””,”isInternal”:false,”isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”ospLinkCode”:”vse”,”showPosterImage”:true,”languageCode”:”en”,”languageLocalization”:{“play”:”Play”,”volumeLevel”:”Volume Level”,”subtitles”:”Subtitles”,”volumeSlider”:”Volume Slider”,”playVideo”:”Click to play video”,”fullscreen”:”Fullscreen”,”scrubberBar”:”Scrubber bar”,”mute”:”Mute”,”unmute”:”Unmute”,”pause”:”Pause”,”captions”:”Captions”,”nonfullscreen”:”Non-Fullscreen”},”version”:””,”isMoreVideosButtonEnabled”:false,”nexusMetricsConfig”:{“eventSource”:”Player”,”isInternal”:false,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.9″,”widgetMetricsSchemaId”:”vse.VSECardsEvents.9″,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-113830_ref”,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”weblabIds”:””,”clientId”:”VSE-US”,”videoAsin”:”028914037b9742c8a45dfc96c2fa2c33″,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”shouldStartMuted”:false,”airyVersion”:”VideoJS”,”languagePreferenceStrings”:{},”enableInactiveFocus”:true,”showVideoInfo”:false,”isReactFactory”:false,”osaInstrumentationConfig”:{“schemaId”:”csa.VideoInteractions.2″,”producerId”:”vsemetrics_csa_instrumentation”},”enableDelphiAttribution”:true,”includeReportWidget”:false,”shouldAutoplay”:false}}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.easy to install
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/61rtJ3+GOOL.js?AUIClients/VSEPlayer’);
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/3175HHgX+OL._RC|11KFCxsEshL.js,11uNd0zHc-L.js,51ocjucRF0L.js,41tLmUCnr0L.js,91G7VmlBk7L.js,11cPgPsKKOL.js_.js?AUIClients/Brila’); -
All-Around Security. No Blind Spots
Automatic human tracking by motion sensor.
Whenever someone or an animal enters my garden, they will automatically start tracking and send me a message immediately.
I once tested their night vision capabilities at night and was very surprised! The camera can track targets even in the dark.
————The Tech Giant
{“parentAsin”:””,”enableFullScreenByDefault”:false,”clickstreamNexusMetricsConfig”:{“producerId”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”actionType”:”DISCOVERY”,”eventOwner”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”,”productId”:”B0CNRDG796″},”videoReferenceId”:”4849a23b-f019-41b8-ba60-a17bddbabc0b_95382fda-d824-47dc-a19d-a2b2a3e198c7″,”contentId”:”B0CNRDG796″,”ccvDisclosure”:””,”closedCaptionsConfig”:{“captionsOnTexts”:{“de”:”German (Automated)”,”ja”:”Japanese (Automated)”,”en”:”English (Automated)”,”fr”:”French (Automated)”,”es”:”Spanish (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”,”French”:”French”,”German”:”German”,”Spanish”:”Spanish”,”Japanese”:”Japanese”}},”mimeType”:”application/x-mpegURL”,”videoHeight”:480,”disableReportIllegalLink”:false,”videoWidth”:854,”initialClosedCaptions”:”en,https://m.media-amazon.com/images/S/vse-vms-closed-captions-artifact-us-east-1-prod/closedCaptions/7345d146-78b5-4290-99bf-20230e087034.vtt”,”useHotspotsNX”:false,”eligibleToTriggerCCWeblab”:false,”videoUrl”:”https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/734046db-874c-4e81-bd36-22429a28fe6a/default.jobtemplate.hls.m3u8″,”metricsEmissionMethod”:”nexus”,”imageUrl”:”https://m.media-amazon.com/images/I/71hmsZsCS7L.jpg”,”needPlayerFactory”:false,”isMobile”:false,”showHotspots”:false,”aciContentId”:”amzn1.vse.video.03d222d671444aea937e03a156abb086″,”altText”:”auto motion tracking”,”videoContentId”:”03d222d671444aea937e03a156abb086″,”clientPrefix”:”aplus-113829″,”hotSpotsV3Weblab”:””,”productAsin”:”B0CNRDG796″,”labelDetails”:{“labelName”:””,”labelType”:””,”labelWeblabName”:””,”labelWeblabTreatment”:””,”showLabel”:false,”tooltipSelector”:””},”sushiMetricsConfig”:{“eventSource”:”Player”,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”customerId”:”0″,”refMarkers”:”aplus-113829_ref”,”sessionType”:1,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”marketplaceId”:”ATVPDKIKX0DER”,”weblabIds”:””,”isInternal”:false,”isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”reportUrl”:””,”videoTitle”:”auto motion tracking”,”vendorName”:””,”nexusMetricsConfig”:{“eventSource”:”Player”,”isInternal”:false,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.9″,”widgetMetricsSchemaId”:”vse.VSECardsEvents.9″,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-113829_ref”,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”weblabIds”:””,”clientId”:”VSE-US”,”videoAsin”:”03d222d671444aea937e03a156abb086″,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”awaConfig”:{“useUpNextComponent”:false,”clickstreamNexusMetricsConfig”:{“producerId”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”actionType”:”DISCOVERY”,”eventOwner”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”,”productId”:”B0CNRDG796″},”initialVideo”:”03d222d671444aea937e03a156abb086″,”shouldPreload”:true,”enableClickBasedAttribution”:false,”isChromelessPlayer”:false,”closedCaptionsConfig”:{“captionsOnTexts”:{“de”:”German (Automated)”,”ja”:”Japanese (Automated)”,”en”:”English (Automated)”,”fr”:”French (Automated)”,”es”:”Spanish (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”,”French”:”French”,”German”:”German”,”Spanish”:”Spanish”,”Japanese”:”Japanese”}},”enableDynamicBlur”:false,”showPlayerPlayButton”:false,”isVideoImmersivePlayer”:false,”metricsEmissionMethod”:”nexus”,”skipInitialFocus”:false,”playerSkin”:”none”,”disabledViewIds”:[“replayHint”],”includeEarnsComissionDisclosure”:false,”customerId”:”0″,”containerId”:”aplus-113829-player-db09db99-52ea-4057-a8b1-c8cb3854b3e1″,”allowCrossOrigin”:false,”requestMetadata”:{“clientId”:”VSE-US”,”marketplaceId”:”ATVPDKIKX0DER”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”method”:”desktop_web.AplusWidget.aplusdp”,”pageAsin”:””},”shouldLoop”:false,”shouldDisableControls”:false,”alwaysSetInitialVideo”:true,”showPlayerCloseButton”:false,”clientPrefix”:”aplus-113829″,”useAutoplayFallback”:false,”sushiMetricsConfig”:{“eventSource”:”Player”,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”customerId”:”0″,”refMarkers”:”aplus-113829_ref”,”sessionType”:1,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”marketplaceId”:”ATVPDKIKX0DER”,”weblabIds”:””,”isInternal”:false,”isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”ospLinkCode”:”vse”,”showPosterImage”:true,”languageCode”:”en”,”languageLocalization”:{“play”:”Play”,”volumeLevel”:”Volume Level”,”subtitles”:”Subtitles”,”volumeSlider”:”Volume Slider”,”playVideo”:”Click to play video”,”fullscreen”:”Fullscreen”,”scrubberBar”:”Scrubber bar”,”mute”:”Mute”,”unmute”:”Unmute”,”pause”:”Pause”,”captions”:”Captions”,”nonfullscreen”:”Non-Fullscreen”},”version”:””,”isMoreVideosButtonEnabled”:false,”nexusMetricsConfig”:{“eventSource”:”Player”,”isInternal”:false,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.9″,”widgetMetricsSchemaId”:”vse.VSECardsEvents.9″,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-113829_ref”,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”weblabIds”:””,”clientId”:”VSE-US”,”videoAsin”:”03d222d671444aea937e03a156abb086″,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”shouldStartMuted”:false,”airyVersion”:”VideoJS”,”languagePreferenceStrings”:{},”enableInactiveFocus”:true,”showVideoInfo”:false,”isReactFactory”:false,”osaInstrumentationConfig”:{“schemaId”:”csa.VideoInteractions.2″,”producerId”:”vsemetrics_csa_instrumentation”},”enableDelphiAttribution”:true,”includeReportWidget”:false,”shouldAutoplay”:false}}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.auto motion tracking
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/61rtJ3+GOOL.js?AUIClients/VSEPlayer’);
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/3175HHgX+OL._RC|11KFCxsEshL.js,11uNd0zHc-L.js,51ocjucRF0L.js,41tLmUCnr0L.js,91G7VmlBk7L.js,11cPgPsKKOL.js_.js?AUIClients/Brila’); -
See Who’s There, Even at Night.
2k combined with 4 spotlights enables high-definition full-color night vision.
With 2K quality and 6x zoom, I could see vehicles and details across the street, recording clear images even at night. If anything unexpected happens, I can provide a clear record to a “special” person.
————AP Tech
{“parentAsin”:””,”enableFullScreenByDefault”:false,”clickstreamNexusMetricsConfig”:{“producerId”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”actionType”:”DISCOVERY”,”eventOwner”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”,”productId”:”B0CNRDG796″},”videoReferenceId”:”699aadef-6a71-4d21-82f5-672c85c58101_7b91a691-1af2-43d1-b431-faa48da654fe”,”contentId”:”B0CNRDG796″,”ccvDisclosure”:””,”closedCaptionsConfig”:{“captionsOnTexts”:{“de”:”German (Automated)”,”ja”:”Japanese (Automated)”,”en”:”English (Automated)”,”fr”:”French (Automated)”,”es”:”Spanish (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”,”French”:”French”,”German”:”German”,”Spanish”:”Spanish”,”Japanese”:”Japanese”}},”mimeType”:”application/x-mpegURL”,”videoHeight”:480,”disableReportIllegalLink”:false,”videoWidth”:854,”useHotspotsNX”:false,”eligibleToTriggerCCWeblab”:false,”videoUrl”:”https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/3e183686-6b55-4714-bb33-82fdf986dcbe/default.jobtemplate.hls.m3u8″,”metricsEmissionMethod”:”nexus”,”imageUrl”:”https://m.media-amazon.com/images/I/81ApiRR1AvL.jpg”,”needPlayerFactory”:false,”isMobile”:false,”showHotspots”:false,”aciContentId”:”amzn1.vse.video.0c2a13397c9d493ab83f790068a8309c”,”altText”:”2k 3MP revolution”,”videoContentId”:”0c2a13397c9d493ab83f790068a8309c”,”clientPrefix”:”aplus-113832″,”hotSpotsV3Weblab”:””,”productAsin”:”B0CNRDG796″,”labelDetails”:{“labelName”:””,”labelType”:””,”labelWeblabName”:””,”labelWeblabTreatment”:””,”showLabel”:false,”tooltipSelector”:””},”sushiMetricsConfig”:{“eventSource”:”Player”,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”customerId”:”0″,”refMarkers”:”aplus-113832_ref”,”sessionType”:1,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”marketplaceId”:”ATVPDKIKX0DER”,”weblabIds”:””,”isInternal”:false,”isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”reportUrl”:””,”videoTitle”:”2k 3MP revolution”,”vendorName”:””,”nexusMetricsConfig”:{“eventSource”:”Player”,”isInternal”:false,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.9″,”widgetMetricsSchemaId”:”vse.VSECardsEvents.9″,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-113832_ref”,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”weblabIds”:””,”clientId”:”VSE-US”,”videoAsin”:”0c2a13397c9d493ab83f790068a8309c”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”awaConfig”:{“useUpNextComponent”:false,”clickstreamNexusMetricsConfig”:{“producerId”:”vsemetrics_playercards”,”schemaId”:”clickstream.CustomerEvent.4″,”actionType”:”DISCOVERY”,”eventOwner”:”vsemetrics_playercards”,”eventType”:”IVEVideoView”,”productId”:”B0CNRDG796″},”initialVideo”:”0c2a13397c9d493ab83f790068a8309c”,”shouldPreload”:true,”enableClickBasedAttribution”:false,”isChromelessPlayer”:false,”closedCaptionsConfig”:{“captionsOnTexts”:{“de”:”German (Automated)”,”ja”:”Japanese (Automated)”,”en”:”English (Automated)”,”fr”:”French (Automated)”,”es”:”Spanish (Automated)”},”captionsOffText”:”Captions off”,”languageToLabelTexts”:{“English”:”English”,”French”:”French”,”German”:”German”,”Spanish”:”Spanish”,”Japanese”:”Japanese”}},”enableDynamicBlur”:false,”showPlayerPlayButton”:false,”isVideoImmersivePlayer”:false,”metricsEmissionMethod”:”nexus”,”skipInitialFocus”:false,”playerSkin”:”none”,”disabledViewIds”:[“replayHint”],”includeEarnsComissionDisclosure”:false,”customerId”:”0″,”containerId”:”aplus-113832-player-00dd9c30-7bbf-4d45-b582-6ca1989ca0e8″,”allowCrossOrigin”:false,”requestMetadata”:{“clientId”:”VSE-US”,”marketplaceId”:”ATVPDKIKX0DER”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”method”:”desktop_web.AplusWidget.aplusdp”,”pageAsin”:””},”shouldLoop”:false,”shouldDisableControls”:false,”alwaysSetInitialVideo”:true,”showPlayerCloseButton”:false,”clientPrefix”:”aplus-113832″,”useAutoplayFallback”:false,”sushiMetricsConfig”:{“eventSource”:”Player”,”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”,”requestId”:”W2JE3R3D396QEGSMDHS7″,”sessionId”:”141-5376824-5383214″,”customerId”:”0″,”refMarkers”:”aplus-113832_ref”,”sessionType”:1,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”marketplaceId”:”ATVPDKIKX0DER”,”weblabIds”:””,”isInternal”:false,”isRobot”:false,”clientId”:”VSE-US”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”ospLinkCode”:”vse”,”showPosterImage”:true,”languageCode”:”en”,”languageLocalization”:{“play”:”Play”,”volumeLevel”:”Volume Level”,”subtitles”:”Subtitles”,”volumeSlider”:”Volume Slider”,”playVideo”:”Click to play video”,”fullscreen”:”Fullscreen”,”scrubberBar”:”Scrubber bar”,”mute”:”Mute”,”unmute”:”Unmute”,”pause”:”Pause”,”captions”:”Captions”,”nonfullscreen”:”Non-Fullscreen”},”version”:””,”isMoreVideosButtonEnabled”:false,”nexusMetricsConfig”:{“eventSource”:”Player”,”isInternal”:false,”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.9″,”widgetMetricsSchemaId”:”vse.VSECardsEvents.9″,”producerId”:”vsemetrics_playercards”,”refMarkers”:”aplus-113832_ref”,”placementContext”:”desktop_web.AplusWidget.aplusdp”,”weblabIds”:””,”clientId”:”VSE-US”,”videoAsin”:”0c2a13397c9d493ab83f790068a8309c”,”videoAsinList”:””,”pageAsin”:”B0CNRDG796″},”shouldStartMuted”:false,”airyVersion”:”VideoJS”,”languagePreferenceStrings”:{},”enableInactiveFocus”:true,”showVideoInfo”:false,”isReactFactory”:false,”osaInstrumentationConfig”:{“schemaId”:”csa.VideoInteractions.2″,”producerId”:”vsemetrics_csa_instrumentation”},”enableDelphiAttribution”:true,”includeReportWidget”:false,”shouldAutoplay”:false}}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.2k 3MP revolution
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/61rtJ3+GOOL.js?AUIClients/VSEPlayer’);
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/3175HHgX+OL._RC|11KFCxsEshL.js,11uNd0zHc-L.js,51ocjucRF0L.js,41tLmUCnr0L.js,91G7VmlBk7L.js,11cPgPsKKOL.js_.js?AUIClients/Brila’);
P.now(“premium-aplus-14-carousel-6”).execute(“init-pagination-carousel”, function(init) {
if (init) {
return;
}
P.register(“premium-aplus-14-carousel-6”, function() {
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(“paginate-carousel”, function (A, $, framework) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const LEFT_ARROW_KEY = 37;
const RIGHT_ARROW_KEY = 39;
const HOME_KEY = 36;
const END_KEY = 35;
var moduleId = “6”;
var carouselName = “premium-aplus-14-carousel-6”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId + “-” + carouselName;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’).attr(‘tabindex’, -1)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’).attr(‘tabindex’, 0);
});
function syncPaginationDotsWithCarouselPages(numPages) {
const parentElement = document.querySelector(paginationGroup);
if (parentElement && parentElement.children) {
const children = parentElement.children;
for (let i = 0; i = numPages) {
// If number of dots > num of pages, we should hide other dots
children[i].classList.add(‘aplus-pagination-dot–display-none’);
} else if (children[i].classList.contains(‘aplus-pagination-dot–display-none’)) {
// Reset display of dots if it was hidden before
children[i].classList.remove(‘aplus-pagination-dot–display-none’);
}
}
}
}
framework.onInit(carouselName, function (carousel) {
try {
var totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
/* Resize event handler to re-calculate the pagination dots count based on orientation */
window.addEventListener(‘resize’, function() {
carousel.resize();
totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
});
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY;
var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY;
var isHome = isKeydown && event.$event.keyCode === HOME_KEY;
var isEnd = isKeydown && event.$event.keyCode === END_KEY;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
event.$target.blur();
} else if (isLeftArrow || isRightArrow || isHome || isEnd) {
event.$event.preventDefault();
const dots = A.$(paginationGroup + ” .carousel-slider-circle”);
const currentIndex = dots.index(event.$target);
let nextIndex;
if (isLeftArrow) {
nextIndex = currentIndex > 0 ? currentIndex – 1 : dots.length – 1;
} else if (isRightArrow) {
nextIndex = currentIndex < dots.length – 1 ? currentIndex + 1 : 0;
} else if (isHome) {
nextIndex = 0;
} else if (isEnd) {
nextIndex = dots.length – 1;
}
dots.eq(nextIndex).focus();
carousel.gotoPage(nextIndex + 1);
}
});
} catch (e) {
P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');
}
});
});
}
});
});









Reviews
There are no reviews yet.