(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/6
Description
Raspberry Pi Zero Camera Kit 3D Print Case for Raspberry Pi ZEROW Cases Camera Raspberry Pi Night Vision Camera
Product Description
Overview
Small in size and integrated with a wireless network card, it can be conveniently placed anywhere. It includes a 3D printed case that combines a Raspberry Pi motherboard with an infrared night vision camera.
Kit A
contains Camera 3D printing shell set + infrared night vision camera
Kit B
contains Camera 3D printing shell set + infrared night vision camera + Raspberry Pi Zero W+16GmicroSD card + heat sink + 5V / 3A with switching power supply
Precautions: 1. This kit uses infrared night vision camera, which will have a certain reddishness during daytime shooting, which is normal. 2. If you purchase a kit containing a raspberry pie motherboard, the default pin header is not soldered. 3, the shell has been equipped with screws and screwdrivers, no need to separately purchase mounting screws and tools.