Xiaomi Outdoor Camera BW300   - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi Outdoor Camera BW300  

SKU: BHR8303GL
R 1 599.00
In Stock

The Xiaomi Outdoor Camera BW300 delivers advanced 2K high-definition resolution, ensuring every detail is captured with precision for reliable outdoor security. Its 3MP camera and f/1.6 large aperture enhance light intake, providing crystal-clear images day or night. With a 130° wide field of...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The Xiaomi Outdoor Camera BW300 delivers advanced 2K high-definition resolution, ensuring every detail is captured with precision for reliable outdoor security. Its 3MP camera and f/1.6 large aperture enhance light intake, providing crystal-clear images day or night. With a 130° wide field of view, you get comprehensive outdoor surveillance that minimizes blind spots, ensuring no detail goes unnoticed. From dynamic daytime visuals to smart full-color night vision, the camera illuminates low-light areas using high-power infrared and LED lights to clearly detect any unusual activity.

Engineered for long-term performance, the BW300 features a 4900mAh super-large battery, designed for extended use with minimal recharging. The integration of local algorithm filtering and a low-power architecture optimizes energy usage, prolonging battery life for consistent protection. For even greater reliability, the camera is compatible with an optional 5W solar panel, allowing uninterrupted operation while reducing the need for manual intervention. Its IP67 dust and water resistance rating ensures the camera performs flawlessly in harsh outdoor conditions, from heavy rain to dusty environments.

Advanced AI-powered motion detection technology enables precise tracking of any moving objects. When unusual activity is detected, the camera activates audio and visual warnings, helping to deter potential intruders. A built-in high-sensitivity microphone picks up human voices up to 7 meters away, while its two-way audio feature allows for seamless communication. Instant alerts sent via the Mi Home/Xiaomi Home app keep you informed of any abnormal activity, providing real-time updates to enhance your peace of mind.

Privacy and security are prioritized with fully encrypted video transmission. The MJA1 security chipset and AES-128 encryption safeguard your data, ensuring it remains private at all times. The BW300 integrates effortlessly with Google Home and Alexa, allowing you to monitor your surroundings via smart displays. Easy to install and customizable, the camera features a versatile swivel base for tailored viewing angles, making it an indispensable addition to any outdoor security setup.

FEATURES:

  • 2K resolution for an ultra-clear detailed picture quality
  • Smart full-colour night vision for clearer nighttime imaging
  • 4900mAh super-large battery with a longer life
  • Professional IP67 dust and water resistance rating for all weather protection
  • Two-way audio makes communication easy
  • Permanent free picture guardian service, convenient real-time viewing as you wish

SPECIFICATIONS:

  • Rated Input: 5 V 2A
  • IP Rating: IP67
  • Aperture: f/1.6
  • Lens Viewing Angle: 130°
  • Video Codec: H.264
  • Resolution: 2304 × 1296
  • Storage: None
  • Operating Temperature: -20°C to 55°C
  • Wi-Fi Maximum Output: < 20 dBm
  • Wireless Connectivity: 2.4 GHz Wi-Fi

WHAT'S IN THE BOX:

  • Xiaomi Outdoor Camera BW300 - White x1
  • Mounting Bracket x1
  • Charging Cable x1
  • Installation Positioning Sticker x1
  • Wall Plugs x4
  • Screws x4
  • User Manual x1
Brand Xiaomi
Colour White
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Hikvision Bullet Wireless Outdoor Security Camera, 2.8mm Lens, 4MP
HIKVISION

Hikvision Bullet Wireless Outdoor Security Camera, 2.8mm Lens, 4MP

R 1 229.00

Only 2 left - order soon!

Hikvision Fixed Dome Outdoor Security Camera, 4mm Lens, 4MP
HIKVISION

Hikvision Fixed Dome Outdoor Security Camera, 4mm Lens, 4MP

R 1 729.00

Out of Stock

Hikvision Fixed Dome Outdoor Security Camera, 2.8mm Lens, 4MP
HIKVISION

Hikvision Fixed Dome Outdoor Security Camera, 2.8mm Lens, 4MP

R 1 689.00

Out of Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!