GoPro HERO11 Black – Waterproof Action Camera with 5.3K60 Ultra HD Video, 27MP Photos, 1/1.9″ Image Sensor, Live Streaming, Webcam, Stabilization

Categories ,

Description

Rate this product


Price: $329.00
(as of Apr 26, 2024 00:35:29 UTC – Details)



Capture. Charge. Relax. That’s all it takes to get incredible highlight videos sent to your phone automatically.1 Start by capturing your adventures with HERO11 Black—the most powerful GoPro yet. It features front and rear LCD screens that let you frame your shots perfectly, plus a new image sensor that unleashes the tallest and widest field of view ever on a HERO camera. The result is higher image quality, better video stabilization and the flexibility to turn your footage into wide cinematic shots or extra-tall vertical shots for social posts. 5.3K video and 27MP photos help you relive your best moments in stunning detail, while Emmy® Award-winning HyperSmooth 5.0 stabilization with Horizon Lock keeps your footage straight even if your camera rotates a full 360°. After your adventure, simply plug in HERO11 Black to charge and kick back. While you’re relaxing, your footage is uploaded to the cloud, automatically turned into an amazing highlight video and sent to your phone—ready to share.
Unbelievable Image Quality: With 5.3K video that gives you 91% more resolution than 4K and an incredible 665% more than 1080p, HERO11 Black captures the action with crisp detail and cinematic image quality. A water- repelling lens cover even helps eliminate lens flare and other artifacts to make your photos and videos even more stunning.
High-Res Photos + Videos, High Frame Rate: HERO11 Black’s new image sensor boosts photo resolution up to an incredible 27MP while delivering 5.3K60 video with amazingly fluid motion that you can use to grab stunning 24.7MP stills of your favorite shots. Plus, record 2.7K240 video that can be played back in 8x slo-mo to catch details that can’t be seen at normal speed.
Emmy Award- Winning HyperSmooth Stabilization: HyperSmooth has never been better. And now it’s won a huge award for its insanely smooth footage—a 2021 Emmy for In- Camera Sensor and Software Stabilization. HyperSmooth 5.0 raises the bar even more with Horizon Lock, improved stabilization for 4:3 aspect ratio footage thanks to our new image sensor, and AutoBoost for maximum stabilization with minimal image cropping. Bike, skate, ski, chase your kids through the park or get some awesome pet POV shots—even the shakiest footage comes out silky smooth.
What’s Included: HERO11 Black Camera, Enduro Battery, Carrying Case, Curved Adhesive Mount, Mounting Buckle + Thumb Screw, USB-C Cable

Warranty & Support

Product Warranty: For warranty information about this product, please click here

Feedback

GoPro

GoPro HERO11 Black – Waterproof Action Camera with 5.3K60 Ultra HD Video, 27MP Photos, 1/1.9″ Image Sensor, Live Streaming, Webcam, Stabilization


Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.

Where did you see a lower price?

/

/

/

/

Please sign in to provide feedback.

\n’ +


);
}

function getThankYouDiv(thankMsg) {
return (

‘ +

‘ +
thankMsg +

\n’ +



);
}

function getLoadingGifDiv() {
return ‘‘;
}

function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}

function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}

function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}

function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}

function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}

function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}

function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);

var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);

var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);

var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);

if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;

stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();

setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}

});