.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);
}
}
Focus on sustainability
MADE WITH RECYCLED PLASTIC
The plastic parts in MX Brio include post-consumer recycled plastic —82% for Graphite and Black, and 75% for Pale Gray* — to give a second life to end-of-life plastic from old consumer electronics and help reduce our carbon footprint.
*Excludes packaging.
RESPONSIBLE PACKAGING
The paper packaging of the MX Brio comes from FSC-certified forests and other controlled sources. By choosing this product, you are supporting responsible management of the world’s forests.
LOW CARBON ALUMINUM
Did you know producing aluminum is energy-intensive? That’s why the aluminum in MX Brio camera housing is made with renewable energy rather than fossil fuels. Beautiful, with a lower carbon impact.
.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
aplus content video
(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’);
-
LOW-LIGHT VIDEO PERFORMANCE
Experience 2x finer image details and 2x better face visibility in low light.
-
WORKS WITH YOUR VIDEO PLATFORM
Certified for Zoom, Microsoft Teams, Chromebook, Google Meet and more.
-
SHARE YOUR WORK
Tilt down your webcam and share notes and sketches on your desk.
-
ELEVATE YOUR PRESENCE
Meet or stream in 4K resolution at 30fps or in 1080p at 60fps.
-
BUILT-IN PRIVACY SHUTTER
Rotate the built-in privacy shutter to completely block the camera.
-
EVERY WORD HEARD
With noise-reducing technology and dual omnidirectional mics.
FINE-TUNE YOUR IMAGE
Precisely adjust Temperature, Tint, and more with Logi Options+ App.
*Requires Logi software, available for Windows and macOS at Logitech MX Brio page.
COMPLETE YOUR MX SETUP
-
SET UP FOR PERFORMANCE
Be prepared for any task with MX Keys S or MX Mechanical and MX Master 3S.
-
SET UP FOR CREATIVITY
Let your creativity flow with MX Keys Mini or MX Mechanical Mini and MX Master 3S.
-
SET UP FOR COMFORT
Balance productivity and comfort with MX Keys Mini or MX Mechanical Mini and MX Ergo or MX Vertical.
-
SET UP FOR MORE SPACE
Get more our of your desk space with MX Keys Mini or MX Mechanical Mini and MX Anywhere 3S.
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');
}
});
});
}
});
});
Compare Logitech Webcams
|
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
Add to Cart
logShoppableMetrics(“premium-module-5-comparison-table-scroller”, true) |
|
|---|---|---|---|---|---|
|
Customer Reviews
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.4 out of 5 stars 1,364
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.5 out of 5 stars 1,288
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.6 out of 5 stars 21,980
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.6 out of 5 stars 17,126
|
.aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; }
4.4 out of 5 stars 1,163
|
|
Price
|
$199.99$199.99 |
$169.99$169.99 |
$59.99$59.99 |
$89.99$89.99 |
$129.99$129.99 |
|
Resolution/ FPS
|
4K Ultra HD 2160p/30fps |
4k at 30fps 1080p at 60fps |
1080p/30fps, 720p/30fps |
1080p/30fps, 720p/60fps |
Full HD 1080p/30fps |
|
Diagonal Field of View
|
65°, 78°, and 90° |
90° |
78° |
78° |
65°, 78°, and 90° |
|
Noice Cancelling Mics
|
2 beamforming mics |
Stereo Dual w/BRM NR |
2 omni-directional |
2 omni-directional |
2 beamforming mics |
|
SW customization
|
Advanced, Fine controls |
Standard |
Yes |
Yes |
Standard |
|
Privacy Shutter
|
Integrated |
Acessory |
None |
None |
Integrated |
|
USB-C Type
|
USB-C |
USB-C |
USB-A |
USB-A |
USB-C |
|
Mount Style
|
Top Of Screen /Tilt |
Top Of Screen |
Top Of Screen, Tripod-ready |
Top Of Screen, Tripod-ready |
Top Of Screen /Tilt |
|
Optical Feature
|
HDR |
Yes |
No |
No |
HDR |
|
Lens Type
|
Glass |
Glass |
Glass |
Glass |
Glass |
|
Tripod Compatible
|
Yes |
Yes |
Yes |
Yes |
No |
|
Software
|
Logi Options+, G Hub,Logi Tune |
Logi Tune |
G Hub, Logi Tune |
G Hub, Logi Tune |
Logi Tune, G Hub |
Product Description
Meet, stream, master with MX Brio’s sharp ultra HD 4k resolution video. With 2x better face visibility and 2x finer image details in difficult light(2), AI enhancements, a Logi-designed lens, 70% bigger pixels(1) and our largest webcam sensor yet. Use Fine Controls(3) to adjust lighting, white balance with ISO, Shutter Speed, Temperature, Tint and Vibrance. Be heard clearly with dual omni-directional mics with noise-reducing technology that suppresses background sound. Share your physical work and notes on video calls by tilting the camera down in Show Mode.
#productDescription h3 {
margin: 0.75em 0px 0.375em -1px;
}








Reviews
There are no reviews yet.