ADVERTISEMENT

Minimalist design meets immersive projection: Epson launches lifestudio portable projectors

Published Feb 2, 2026 12:16 pm
Epson has introduced its newest lineup of portable lifestyle projectors to Southeast Asia. The Lifestudio series includes Lifestudio Pop (EF-61G, EF-62N) and Lifestudio Flex (EF-71, EF-72)—compact devices built for modern, on-the-go living. Designed for versatility at home, at work, or on the go, the series delivers big-screen entertainment in a sleek, minimalist form. The lineup also received the 2025 Good Design Award, with Lifestudio Pop named among the year’s Top 100 products for its refined and understated aesthetic.
As digital nomads and hybrid workers increasingly move between multiple environments, demand for portable, connected devices continues to rise. Epson’s new Lifestudio lineup responds to this shift by delivering immersive visuals and robust sound in a highly mobile design.
Weighing under 4kg, the Lifestudio Pop and Flex projectors are engineered for convenience and mobility. The Lifestudio Pop models weigh just 1.6kg, making them easy to carry anywhere. The Lifestudio Flex series builds on that portability with a flexible rotating mechanism that enables projection onto walls, ceilings, or other surfaces without rearranging a room.
Beyond portability, the EF-72 adopts a lamp-like design that integrates projection, ambient lighting, and audio into a single device. It functions as a large-screen projector, a soft table lamp, and a wireless speaker—allowing users to seamlessly switch from watching to relaxing to listening without additional gear. The EF-72 can also run on USB-C mobile batteries, enabling projection in spaces without fixed power sources.
Powered by Epson’s Triple Core Engine, the Lifestudio series combines advanced 3LCD technology with a triple color light source to produce vivid, lifelike images without the “rainbow effect” commonly seen in single-chip projectors. With up to 1,000 lumens of both color and white brightness, viewing remains crisp and vibrant even in mixed lighting environments.
Audio performance is equally emphasized. With Bose Sound built into the built-in stereo speakers, the Lifestudio models deliver room-filling audio to complete the cinematic experience. Google TV is also integrated, providing direct access to streaming platforms, apps, and personalized recommendations.
All Lifestudio Pop and Flex models come equipped with auto screen adjustment, keystone correction, wall color compensation, and auto obstacle avoidance, which automatically resizes projections to bypass fixtures or objects on the wall.
The Lifestudio Flex simplifies angle adjustments, eliminating the need for makeshift stands or complicated setups. Both series are compatible with the ELPFS01 floor stand, allowing adjustable display heights from 60cm to 80cm. This allows the projector to be positioned anywhere without tables, mounts, or drilling.
“Our new Lifestudio portable projectors are designed to integrate seamlessly into the diverse lifestyles of modern consumers,” said Masako Kusama, President and Director of Epson Philippines Corporation (EPC). “Compact yet powerful, they combine performance, design, and adaptability that enable people to create their own cinematic moments wherever they are.”
To complement the hardware experience, Epson has introduced the new Epson Projection Studio app for iOS and Android. The app transforms Lifestudio projectors into an interactive entertainment platform, enabling party guests to share photos, comments, and emojis in real time. These personalized projections make celebrations, house parties, and casual gatherings more social and memorable.
The Lifestudio Pop and Flex series is now available at promotional prices ranging from PHP 35,000 to PHP 62,000, with additional bundled promotions valued at up to PHP 11,000. The products may be purchased through authorized Epson dealers and via the official Epson online stores on Shopee and Lazada. More information on the Lifestudio Pop and Flex lineup is available through Epson’s official website.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.