.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 manufacturer
LOOK GOOD. EVERYWHERE.
C920e is a work-from-anywhere webcam that surpasses the video and audio quality provided by most laptops. Step up to professional-quality video collaboration ideal for deployment at scale.
-
YOU. PERFECTLY FRAMED.
With a 78° fixed field of view, the C920e captures a “just right” view of the user and their environment in a well-balanced frame and also provides sufficient room to visually share projects.
-
ACTIVATE MICS WHENEVER NEEDED
Dual integrated omnidirectional mics can be easily enabled with the Logi Tune Desktop app. When activated, the mics are optimized to clearly capture audio from up to one meter away.
-
KEEP SHARP, AUTOMATICALLY
Built-in HD autofocus ensures you’re seen clearly throughout video calls. Working in tandem with automatic light correction, C920e delivers optics that help you look good great in your video meetings.
-
TAKE CONTROL WITH TUNE DESKTOP
The Logi Tune Desktop app simplifies personal device control and customization, including microphone activation. The mini app works unobtrusively on your screen for uninterrupted video collaboration.
P.now(“premium-aplus-13-carousel-2”).execute(“init-pagination-carousel”, function(init) {
if (init) {
return;
}
P.register(“premium-aplus-13-carousel-2”, 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 = “2”;
var carouselName = “premium-aplus-13-carousel-2”;
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');
}
});
});
}
});
});
-
BUSINESS READY BY DESIGN
Seamless compatibility with all popular video calling apps—BlueJeans, Cisco Webex, Fuze, Google Meet, Go To Meeting, Lifesize Cloud, Microsoft Teams, Pexip, Skype for Business, Vidyo, Zoom and more.
-
VERSATILE MOUNTING OPTIONS
A sturdy, adjustable clip makes it easy to mount C920e on any laptop or external monitor. Tripod threads add extra versatility to mount on a tabletop or full-size tripod. (Tripod sold separately)
-
ATTACHABLE PRIVACY SHADE
An attachable privacy screen flips up and down to cover or expose the lens. A simple glance at the physical cover confirms for sure if the lens is able to see into your space or not.
P.now(“premium-aplus-13-carousel-3”).execute(“init-pagination-carousel”, function(init) {
if (init) {
return;
}
P.register(“premium-aplus-13-carousel-3”, 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 = “3”;
var carouselName = “premium-aplus-13-carousel-3”;
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');
}
});
});
}
});
});
Control what you show with privacy shutter
” data-position=”triggerHorizontal”>
Full HD 1080p video with 78° field of view
” data-position=”triggerHorizontal”>
Premium autofocus adjusts smoothly
” data-position=”triggerHorizontal”>
Universal clip fits laptops or monitors
” data-position=”triggerHorizontal”>
Automatic low light correction
” data-position=”triggerHorizontal”>
Dual mics capture natural stereo sound
” data-position=”triggerHorizontal”>
System Requirements
- Compatible with Windows 7 or later, macOS 10.10 or later and Chrome OS
- Works with popular calling platforms
- Available USB-A port
COMPARE LOGITECH WEBCAMS
|
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, false)
|
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, false)
|
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
|
|---|---|---|---|---|
|
Customer Reviews
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.6 out of 5 stars 2,137
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.6 out of 5 stars 4,642
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.6 out of 5 stars 5,263
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.6 out of 5 stars 17,686
|
|
Price
|
$67.95$67.95 |
— |
— |
$112.99$112.99 |
|
Resolution/FPS
|
HD 1080p/30fps HD 720p/30fps |
HD 1080p/30fps HD 720p/30fps |
HD 1080p/30fps HD 720p/30fps |
4K/2160p/ 1080p/720p |
|
Diagonal Field of View
|
78° |
78° |
90° |
65°, 78°, and 90° |
|
Zoom Capability
|
Up to 1x |
Up to 1.2x |
Up to 4x |
Up to 5x |
|
Autofocus
|
Yes |
Yes |
Yes |
Yes |
|
Auto Light Correction
|
RightLight 2 |
RightLight 2 |
RightLight 2 |
RightLight 3 |
|
Noise Cancelling Mic(s)
|
2 omni-directional mics |
2 omni-directional mics |
2 omni-directional mics |
2 omni-directional mics |
|
Connection
|
USB-A plug-and- play |
USB-A plug-and- play |
USB-A plug-and- play |
USB-A, supports USB-C |
|
Cable length
|
5 ft |
6 ft |
5 ft |
7.2 ft |
|
H.264 video compression
|
No |
Yes |
Yes |
No |
|
Privacy Shutter
|
Attachable |
Built-in |
Attachable |
Attachable |
Product Description
C920e is a work-from-anywhere webcam that delivers HD video meetings that look better than most laptop built-ins at a price point that’s ideal for mass deployment. The 78° diagonal field of view displays individual users in a well-balanced visual frame while two integrated omnidirectional microphones are optimized to capture your audio from up to one meter away. Built-in HD autofocus ensures you’re seen clearly when on camera, while an attachable privacy screen flips up and down to cover or expose the lens. C920e is designed with a sturdy, adjustable clip that makes it easy to mount on any laptop or external monitor. Plus it has a ¼” thread to enable mounting to a tripod. C920e is certified for Zoom®, TAA compliant and works with all popular video calling applications such as Microsoft Teams®, Google Meet™ and Cisco Webex® to ensure compatibility and seamless integration in the workplace.
#productDescription h3 {
margin: 0.75em 0px 0.375em -1px;
}








Reviews
There are no reviews yet.