Xiaomi Instant Photo Printer 1S Set - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi Instant Photo Printer 1S Set

SKU: BHR6747GL
R 3 299.00
Out of Stock

Relive those special moments with the Xiaomi Instant Photo Printer 1S Set. This versatile set has everything you need to capture images from your smartphone and print them instantly. This set contains the Xiaomi Instant Photo Printer 1S, an additional ribbon for taking more pictures, 10 pieces of...

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

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

Frequently Bought Together

Relive those special moments with the Xiaomi Instant Photo Printer 1S Set. This versatile set has everything you need to capture images from your smartphone and print them instantly. This set contains the Xiaomi Instant Photo Printer 1S, an additional ribbon for taking more pictures, 10 pieces of instant photo paper in both 3" and 6" sizes, as well as a 50-page photo album to store your photos.

The Instant Photo Printer 1S allows you to print high-quality photos immediately after taking them. It connects easily to your mobile device via Wi-Fi and can process and print out images in just a few minutes. This versatile instant photo printer can print out images in both 3" and 6" sizes for portrait or family photos. Now you can easily create your own photo walls of your loved ones or places you visited or exotic foods you've tasted in no time at all.

It also comes with a semi-transparent paper tray to clearly indicate the consumption of your photographic paper. Now there's no need to worry about saving the album after using it. The innovative integrated magnetic docking design makes it easy to store, and with its clean and elegant look, it can even become a beautiful work of art on the table.

FEATURES:

  • Accurate Colour Reproduction
  • High-precision Thermal Print Head
  • Multiple Ways to Print
  • Long Lasting Colour
  • Personalize Photo via Mi Home App
  • Included 50 Page Photo Album

SPECIFICATIONS:

  • Printer Technology: Dye Sublimation
  • Colour Gradation: 256
  • Print Speed: 57s
  • Printing Resolution: 300dpi
  • Photo Paper Size: 4 x 6", 3 x 3"
  • Mopria Print: Yes
  • Air Print: Yes
  • Wi-Fi Direct Print: Yes
  • Wireless: Wi-Fi IEEE 802.11 b/g/n 2.4 GHz
  • Product Dimensions: 19.4 x 12.5 x 8.4 cm
  • Product Weight: 1200g

WHAT'S IN THE BOX:

  • Xiaomi Instant Photo Printer 1S x1
  • Paper Cassette x1
  • Power Adapter x1
  • Ribbon for 20 Sheets x1
  • 3" Instant Photo Paper x10
  • 6" Instant Photo Paper x10
  • 50 Page Photo Album 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

Xiaomi Portable Photo Printer 1S- Silver
Xiaomi

Xiaomi Portable Photo Printer 1S- Silver

R 1 599.00

In Stock

Xiaomi Portable Photo Printer
Xiaomi

Xiaomi Portable Photo Printer

R 1 499.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!