(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
Original 800W Pixel CSI Interface IMX219 Raspberry Pi Camera 8MP Raspberry Pi Camera Module V2
Product Description
Product description:
The Raspberry Pi camera module, RS and E14 versions are shipped randomly.
Raspberry Pi Camera v2 is the new official Raspberry Pi camera board. The Raspberry Pi Camera Module v2 is a high-quality 8 megapixel Sony IMX219 sensor expansion board customized for the Raspberry Pi with a fixed-focus lens. It can reach 3280 x 2464 pixel still images, and also supports 1080p30, 720p60 and 640x480p60/90 camera functions. The expansion board connects to the Raspberry Pi mainboard through a small slot on the upper surface of the board and uses a dedicated CSI interface, especially for the camera. · 8 million physical resolution, can reach 3280 x 2464 pixel still picture · Support 1080p30, 720p60 and 640x480p60/90 camera · The latest version of the Raspbian system supports the Raspberry Pi Camera v2 expansion board.
The included flexible cable can be used to connect Raspberry Pi 4B, 3B, 2B, B+. To connect to Raspberry Pi Zero, please contact customer service to purchase a compatible soft cable that is compatible with Zero.