Experience Fun On the Go or 4K Brilliance at Home Introducing Nebula Capsule Air!
NEBULA Capsule Air Google TV Projector
NEW
Capsule 3 Laser | Mini Portable Laser Projector
Hot
Capsule 3 (New) | Mini 1080p Projector for TV
Mars 3 | Portable Outdoor Projector for Day and Night
Hot
Mars 3 Air | Portable Google TV Projector
Hot
Mars II Pro | Portable Bluetooth Projector
NEBULA Cosmos 4K SE
NEW
Cosmos Laser 4K | Portable 4K Laser Projector
Hot
Subscribe Now
Portable Projectors Mini Projectors Home Theater Projector 4K Projectors Laser Projectors Outdoor Projectors Movie Projectors Officially Certified Refurbished Products
Accessories Help Center Warranty Information Process a Warranty Corporate Purchase Order FAQ Order Tracker Financing Blogs NEBULA Credits
Search our shop
Portable Projectors Mini Projectors Home Theater Projector 4K Projectors Laser Projectors Outdoor Projectors Movie Projectors Officially Certified Refurbished Products
NEBULA Capsule Air Google TV Projector
NEW
Capsule 3 Laser | Mini Portable Laser Projector
Hot
Capsule 3 (New) | Mini 1080p Projector for TV
Mars 3 | Portable Outdoor Projector for Day and Night
Hot
Mars 3 Air | Portable Google TV Projector
Hot
Mars II Pro | Portable Bluetooth Projector
NEBULA Cosmos 4K SE
NEW
Cosmos Laser 4K | Portable 4K Laser Projector
Hot
Accessories Help Center Warranty Information Process a Warranty Corporate Purchase Order FAQ Order Tracker Financing Blogs NEBULA Credits
Search our shop
0 / 0
0 / 0
0 / 0
0 / 0
0 / 0
0 / 0
0 / 0
Unleash 4K Laser-Bright Immersion With Our Brightest Projector
{ activeTab = 0,dataLayer("Purchase"),0 == 1?showDiscountPrice():hideDiscountPrice() } ' id='subscribe-tab-0' :class='activeTab === 0?"bg-brand-color text-white":"bg-none text-black"' class='cursor-pointer h-full rounded-full flex-1 py-[10px] text-[16px] [&>span]:text-[20px] [&>span]:font-bold text-center x:text-[14px] [&>span]:x:text-[16px]' > Purchase for
{ activeTab = 1,dataLayer("Subscribe"),1 == 1?showDiscountPrice():hideDiscountPrice() } ' id='subscribe-tab-1' :class='activeTab === 1?"bg-brand-color text-white":"bg-none text-black"' class='cursor-pointer h-full rounded-full flex-1 py-[10px] text-[16px] [&>span]:text-[20px] [&>span]:font-bold text-center x:text-[14px] [&>span]:x:text-[16px]' > Subscribe for
$109.00/month
Why Subscribe?
- Full coverage, except for theft & user damage
- Receive a new or like-new Cosmos projector
- Uninterrupted service, unmatched warranty
- Cancel anytime; no commitment
- No worries, returns covered
Laser-Powered Detail:Make your movies shine with the intensity of 2200 ANSI Lumens, which is so bright you can even watch with the lights on. Then, watch every pixel pop in 4K UHD quality.
Setup is a Snap:Intelligent Environment Adaptation (IEA) Technology creates a theater in seconds. Watch your room be analyzed to create a perfect-fitting screen without any interruptions.
Carry Around the Home:The ergonomically designed handle allows you to conveniently move Cosmos Laser 4K to the bedroom or the backyard, wherever you want to watch movies.
Sound You Feel: Enrich your ears with the sweet, rich sound of movie soundtracks from the dual 5W tweeters and notice the heightened intensity from the dual 10W speakers immersing you in the action.
Abundant Streaming Choices:Android TV 10.0 allows you to see 400,000+ movies and episodes on 7,000+ apps, so you’ll never run out of content.
If you have any questions regarding the subscription, please click here
2. Can I redeem multiple discount codes?
No. Discount codes cannot be combined.Only one code can be applied per order.
3. Why is my discount code invalid?
1) The discount code is not applicable to the specific items you want to buy
2) The discount code wasn't entered correctly
3) The discount code has expired
4) The discount code is not from Nebula's official website
If you have any questions,please feel free to reach out to our customer service team:support@seenebula.com
`); } function showDiscountBox(sku, code) { let currentData; if (couponsData[sku]) { if (code) { currentData = couponsData[sku].find(item => { return item.handle === 'd2350-cosmos-laser-4k-2200-ansi-lumen' && item.title?.toLowerCase() === code?.toLowerCase() }) } if (!currentData) { currentData = couponsData[sku].find(item => { return item.handle === 'd2350-cosmos-laser-4k-2200-ansi-lumen' }) } if(currentData){ ShowCode(currentData) }else{ hideCode() } } else { hideCode() } } function hideCode (){ $('.couponWrapper').hide(); $('.DiscountMark').hide(); $('.couponWrapper').attr('data-price4wscode', '') } function ShowCode(data) { // 展示code文案 $('#couponCode').text(data.title); copyCodeTxt = data.title; // 展示折扣数值 let DiscountTxt; let DiscountedPrice; let price = jsVariant.price / 100; if (data.value_type === "fixed_amount") { DiscountTxt = data.value_style; DiscountedPrice = new Intl.NumberFormat('en-us', { style: 'currency', currency: 'USD' }).format((price + Number(data.value)).toFixed(2)); } else if (data.value_type === "percentage") { DiscountTxt = Math.abs(parseInt(data.value)) + "%"; DiscountedPrice = new Intl.NumberFormat('en-us', { style: 'currency', currency: 'USD' }).format((price - price * Math.abs(Number(data.value)) / 100).toFixed(2)); }; $('#DiscountTxt').text(DiscountTxt); $('#DiscountMarkTxt').text(DiscountTxt); // 失效时间判断 let endsTime = data.ends_at ? new Date(data.ends_at).valueOf() : null; if (endsTime) { timeLine = setInterval(function() { nowTime = new Date().getTime(); let distance = endsTime - nowTime; if (distance < 0) { clearInterval(timeLine); $('.couponWrapper').hide(); $('.DiscountMark').hide(); $('.product__information .modal_price .salePrice').remove(); $('.product__information .current_price').removeClass("UnderscorePrice"); $('.couponWrapper').attr('data-price4wscode', '') } else { // 展示折扣模块 $('.couponWrapper').show(); $('.DiscountMark').show(); $('.couponWrapper').attr('data-price4wscode', data.variant_price4wscode) // 展示划线价 //if ($('.product__information .modal_price .salePrice').length == 0 || $('.product__information .current_price .salePrice').text() != DiscountedPrice) { // $('.product__information .modal_price .salePrice').remove(); // $('.product__information .current_price').before(`${DiscountedPrice}`); // $('.product__information .current_price').addClass("UnderscorePrice"); //} // 展示倒计时 let days = Math.floor(distance / (1000 * 60 * 60 * 24)); let hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); let minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); let seconds = Math.floor((distance % (1000 * 60)) / 1000); const show_day_7_txt = '' if(days >= 7 || (show_day_7_txt === 'true')) { $('#timeOutTxt').css('display', 'none'); $('#timeTxt').css('display', 'inline-block'); $('#timeTxt').html('Hurry! Offer Ends Soon!'); } else if (days === 1) { $('#timeOutTxt').css('display', 'inline-block'); $('#timeTxt').css('display', 'none'); $('#newDtes').html(`${days} Day ${hours}:${minutes}:${seconds}`); } else if (days === 0) { $('#timeOutTxt').css('display', 'inline-block'); $('#timeTxt').css('display', 'none'); $('#newDtes').html(`Today ${hours}:${minutes}:${seconds}`); } else { $('#timeOutTxt').css('display', 'inline-block'); $('#timeTxt').css('display', 'none'); $('#newDtes').html(`${days} Days ${hours}:${minutes}:${seconds}`); } } }, 1000); } else { // 展示折扣模块 $('.couponWrapper').show(); $('.DiscountMark').show(); // 展示划线价 //if ($('.product__information .modal_price .salePrice').length == 0 || $('.product__information .current_price .salePrice').text() != DiscountedPrice) { // $('.product__information .modal_price .salePrice').remove(); // $('.product__information .current_price').before(`${DiscountedPrice}`); // $('.product__information .current_price').addClass("UnderscorePrice"); //} // 展示倒计时 $('#timeOutTxt').css('display', 'none'); $('#timeTxt').css('display', 'inline-block'); $('#timeTxt').html('Hurry! Offer Ends Soon!'); } if(window.ScrollTrigger){ ScrollTrigger.refresh() } } function copyCouponCode() { execCoy(copyCodeTxt); $('.copyTextReplace').show(); $('.copyText').hide(); setInterval(function(){ $('.copyTextReplace').hide(); $('.copyText').show(); }, 3000); } function execCoy(text) { const input = document.createElement('INPUT'); input.style.opacity = 0; input.style.position = 'absolute'; input.style.left = '-100000px'; document.body.appendChild(input); input.value = text; input.select(); input.setSelectionRange(0, text.length); document.execCommand('copy'); document.body.removeChild(input); return true; }
$1,999.99
Nebula guarantees that we will refund you the difference if you find a lower price from us within 30 days of your purchase.
Your purchase must have been made within the last 30 days. You must email us a screenshot of the lower price. The refund is only applicable during the promotional period.
Flexible installment payment options available.
Lease to own—no credit required. Start your new lease now.
Email me when available
Leave your email address and we will notify you when the product is back in stock.
Cosmos Laser 4K | Portable 4K Laser Projector
(Optional) Join our Nebula email list to get special offers and more.
Laser-Powered Detail:Make your movies shine with the intensity of 2200 ANSI Lumens, which is so bright you can even watch with the lights on. Then, watch every pixel pop in 4K UHD quality.
Setup is a Snap:Intelligent Environment Adaptation (IEA) Technology creates a theater in seconds. Watch your room be analyzed to create a perfect-fitting screen without any interruptions.
Carry Around the Home:The ergonomically designed handle allows you to conveniently move Cosmos Laser 4K to the bedroom or the backyard, wherever you want to watch movies.
Sound You Feel: Enrich your ears with the sweet, rich sound of movie soundtracks from the dual 5W tweeters and notice the heightened intensity from the dual 10W speakers immersing you in the action.
Abundant Streaming Choices:Android TV 10.0 allows you to see 400,000+ movies and episodes on 7,000+ apps, so you’ll never run out of content.
See More
If you have any questions regarding the subscription, please click here
Safe & Secure
Pay with Ease
Trusted Delivery
Setup is a Snap:Intelligent Environment Adaptation (IEA) Technology creates a theater in seconds. Watch your room be analyzed to create a perfect-fitting screen without any interruptions.
Carry Around the Home:The ergonomically designed handle allows you to conveniently move Cosmos Laser 4K to the bedroom or the backyard, wherever you want to watch movies.
Sound You Feel: Enrich your ears with the sweet, rich sound of movie soundtracks from the dual 5W tweeters and notice the heightened intensity from the dual 10W speakers immersing you in the action.
Abundant Streaming Choices:Android TV 10.0 allows you to see 400,000+ movies and episodes on 7,000+ apps, so you’ll never run out of content.
Illuminate Your World with Laser Power
Illuminate Your World with Laser Power
Nebula Cosmos Laser 4K
What Influencers Think
What Influencers Think
-
Unbox Therapy
18.2 Million Subscribers
"I was not expecting this level of brightness on a projector."
-
JerryRigEverything
7.4 Million Subscribers
"Turn any flat surface into a 4K movie theater? The future is definitely here."
-
Jonathan Morrison
2.6 Million Subscribers
"This is super dope. It's never been easier to set up and enjoy a movie."
Immerse Yourself in Laser 4K
Powered by lasers, the Laser Forge Image Engine enhances the brightness, saturation, and contrast—then takes it to the next level.
Laser Forge Makes Your Images Pro
Laser Forge Makes Your Images Pro
Powered by lasers, the Laser Forge Image Engine enhances the brightness, saturation, and contrast—then takes it to the next level.
Laser 4K Reveals Epic Detail
See the detailed difference of Laser 4K that keeps your eyes glued to the screen.
Immerse Yourself in Laser Brightness
With the laser-powered brightness of 2200 ANSI Lumens, watch your movies shine in every scene.
Immerse Yourself in
Laser Brightness
With the laser-powered brightness of 2200
ANSI Lumens, watch your movies shine in every scene.
IEA Technology Makes Setup a Snap
Automatically create a theater in seconds with IEA Technology analyzing your room and then creating a perfectly-sized screen.
Automatically create a theater in seconds with IEA Technology analyzing your room and then creating a perfectly-sized screen.
High-Powered Camera
Cosmos Laser uses visible light to identify your viewing space and make the size just right.
Infrared Scanning
Conveniently control your projector from the comfort of your couch.
Time-of-Flight (ToF) Sensors
These powerhouses use a bunch of math to calculate photons and the distance they travel. You won't see the algorithm, but you will notice how accurate and fast it is to set up your projector.
Sound You Feel
Enrich your ears with the sweet sound of dual 5W tweeters while the dual 10W speakers immerse you in the action.
Pick Up and Go
Move the theater to any space with a handle that's easy to grip.
Pick Up and Go
Move the theater to any space with a handle that's easy to grip.
-
10.4 × 8.1 × 6.5in
Dimensions
10.4 × 8.1 × 6.5in
-
10.7 lb
Weight
10.7 lb
Supersize Your Theater to 150"
Experience larger-than-life cinema with a whopping 150"
screen that makes your guests go, "Wow!"
60"
Projection Distance: 1.6 m
Laser Reveals Outdoor Possibilities
Plug into Anker PowerHouse to turn any setting into a theater.
Laser Bright, Anytime
Watch Laser Power in Action
Next-Level Entertainment
Put yourself in the driver's seat with near-limitless control of your movies, shows, and games.
-
Astronomical Content Options
Just a tap of a finger gives you access to 400,000+ movies and episodes on 7,000+ apps on Android TV 10.0, including the most popular streaming platforms.
-
HDR10 Dynamic Images
HDR10 heightens the contrast of the image quality so every detail feels dynamic with lighter whites and darker blacks.
-
Chromecast Capability
Expand your entertainment with Chromecast. Cast your most beloved apps from your Android or iOS devices, Mac, or Windows computer.
Chromecast built-in
-
Multiple Device Connections
Use your phone, tablet, or USB drive to link with the Cosmos Laser series, so you can stream the content you want without hassle.
Create Laser-Powered Adventures
Add laser excitement to your movies wherever you decide—easily!
Laser-Powered Brightness
Make it a movie day with 4K Laser HD quality beamed brightly at 2200 ANSI Lumens.
Ergonomic Handle
Pick up and go to any space with a comfortable, easy-to-grip handle.
Abundant Content
With 4K Streaming Dongle, you're connected to 7,000+ apps and 400,000+ movies, so you'll always find something to watch.
Connect Any Device
Enjoy your movies how you want to watch them with ports designed to connect any device.
FAQ
Specs
What's In The Box
- Nebula Cosmos Laser 4K, Android TV dongle, Remote, Power Cord, 2x AAA Batteries, Quick Start Guide
Model Number
- D2350
Resolution
- 3840 x 2160
Brightness
- 2200 ANSI Lumens
Dimensions
- 10.4 x 8.1 x 6.5 "
Weight
- 10.7 lb
Display
- Display Technology: DLP
Light Engine: Laser
Lightsource Life: 25,000 Hours
Throw Radio: 1.27
Focus Adjustment: Seamless Autofocus
Keystone Correction: Gridless Auto Keystone Correction (Horizontal & Vertical)
Projection Size: 60-150 in: 150 in @13.85 ft; 120 in @11.09 ft; 100 in @9.22 ft; 80 in @7.38 ft; 60 in @5.54 ft
Aspect Ratio: 16:9
Hardware
- CPU: Quad-Core ARМ Cortex-A55 CPU
GPU: Arm Mali-G31 MP2 GPU
RAM: 2GB DDR
ROM: 16GB eMMC
Speaker: 2x 10W and 2x 5W Dolby Audio, AiFi technology
WiFi: Dual Frequency 2.4/5 GHz
Bluetooth: Bluetooth 5.0
Noise : <30 dB
Software
- Operating System: Android TV 10.0
Chromecast: Supported
App Store: Google Play
Audio Decode: Dolby Supported
Video Decode: HDR10
Eye Guard: Yes
Interface
- HDMI: Yes
USB: Yes
AUX: Yes
AC-IN: 100-240V AC, 50/60 Hz
Notes:
- Brightness (light output) will vary depending on usage conditions. Light output is measured in accordance with ANSI IT7.228-1997. The nominal value represents the average value of mass production and is tested under ideal laboratory conditions.
Brightness diminishes due to increased usage time.
Documents & Drivers
manual
Cosmos Laser Series Manual
2022-04-08
Customer Reviews
Based on 47 reviews
53%
(25)
17%
(8)
13%
(6)
9%
(4)
9%
(4)
B
Brian Ekstrom
Didn’t even last two years
If you are ok spending this kind of money for a projector that won’t last two years go for it. My warranty was 18 months. Mine developed a bright white dot that shines on the screen after 22 months. Support said there is nothing they can do. They admitted it is defective and are sorry. It’s a great projector until it fails just out of warranty. If I had known it would only last this long I would have purchased something else. I understand companies have to have a warranty period but to have zero options for repair after warranty seems like a poor policy. So my only way to get a working projector again is to drop another $1,500-$2,000 for a brand new one? I don't think I'll spend that kind of money with this company again. The website currently only lists a 12 month warranty so that makes me even more leery.
R
Ricky Nigro
Broke just out of warranty.
Don’t get me wrong, projector is/was amazing. I’ve been a long time customer across all their businesses.
Just over a year of minimal usage, developed a large and annoying white spot. Contacted customer service, they advised they can’t do anything about it. I’d have to buy a new one. I don’t know why I thought the warranty was 18 months but it isn’t. 12 months. No option to repair. Now that I am looking into it, I see a lot of people had the same outcome. So like $1700 for a projector that dies and cannot be repaired.
Lesson learned. While it is a nice product when it works, buy another brand.
J
Jeff Rathjen
Not really impressed
Over priced. Seen cheaper projectors with the same picture quality or better picture quality. So way over priced.
J
Jaskirat
Great for movie night with family
The picture quality on wall is great. You do no need any screen. Feels like you are in the theater. Loving it.
A
AMM
I got this for my sister and she loves it. The setting is not as straight forward and the sound in some apps in android tv doesn't work at all. She uses her Apple TV device to watch her movies.
We use cookies to ensure you get the best experience on our website and to assist with our marketing efforts. By continuing to browse, you agree to our use of cookies and our sharing of information about your interactions on our site with our social media, advertising, and analytics partners.
window.innerHeight * 0.3' class='pointer-events-none fixed bottom-[80px] right-[12px] z-[40] opacity-0 transition-opacity duration-200' :class='{"!opacity-100 pointer-events-auto": show}'>
Get $50 for Every Friend You Refer
Encourage your friends to spend $300 or more with Nebula and get $50 or more in SeeNebula.com gift cards.
Enter your info to get started:
empty
terms
Get $50 for every friend you refer
Encourage your friends to spend $300 or more with Nebula and get $50 or more in SeeNebula.com gift cards.
Share your referral link anywhere:
Copy
Send your friends an email:
Once your friends make their purchases and Nebula review the referred order within 30 days, you’ll find $50 rewards in your inbox.
Don’t stop there! The more you share the more rewards you’ll get!
empty
Sign In to Receive
the Coupon Below
*Sorry, your account contains sensitive data. Please verify your account by email. Send again Send again in seconds
Register
Already signed up? Sign in Now
Sign In to nebula
{showCount=true}})' > Quick Sign In
Sign In with Password
or
Please try again in 10 minutes.
A verification email has been sent to your email address, please check it.
We've Sent You a Verification Email
Please check the verification email sent to
You have to verify your account before using it.
The verification link is valid for the next 30 minutes.
There may be a few minutes of delay.
You can set your password in the My Account section.
You can use the email verification link to sign into the website each time.
Didn't receive a verification email? Send again Send again in seconds
Go Back
OK
Sign In to nebula
Email address
Password
Forget password?
Send again Send again in seconds
or
Please try again in 10 minutes.
A verification email has been sent to your email address, please check it.
We've Sent You a Verification Email
Please check the verification email sent to
You have to verify your account before using it.
The verification link is valid for the next 30 minutes.
There may be a few minutes of delay.
You can set your password in the My Account section.
You can use the email verification link to sign into the website each time.
Didn't receive a verification email? Send again Send again in seconds
Go Back
OK
Please try again in 10 minutes.
A verification email has been sent to your email address, please check it.
Welcome to the nebula Collective
Here's your coupon
-
$
$
%
Off
Code: COPY
00
:
00
:
00
Cannot be combined with other discounts
1.Your initial password and coupon have been sent to your email address.
2.Verify your email address for account security and credit distribution.Send again Send again in seconds
OK,Get it
Registration Failed
Sorry, your link is not working, please register again!
OK
Enter your phone number to subscribe to SMS alerts.
By subscribing, you agree to receive recurring automated promotional and personalized marketing text messages and phone calls from nebula at the provided phone number. Consent is not a condition of any purchase. Reply HELP for help and STOP to unsubscribe. Message frequency will vary. Message and data rates may apply. View Terms & Privacy.
Mobile Number
Incorrect phone number
This phone number is already subscribed.
The interface returns failure and will be skipped after 5 seconds.
Subscribe
Skip