Pico's Next Flagship XR Headset Reportedly Leaks, Showing Some Very Familiar Design
cross-posted from: https://lemmy.today/post/54594628
According to video discovered in Pico’s public SDK, it appears the company’s next flagship headset has just been leaked.
What it reveals: a headset very much inspired by Apple Vision Pro and Samsung Galaxy XR, as it appears to include a separate battery unit and woven headstrap à la Vision Pro, and a body similar to Galaxy XR.
https://roadtovr.com/picos-flagship-xr-headset-leaked-video-vision-pro-galaxy-xr/Open linkView original on lemmy.worldModified AR Glasses
Finally found the time (and courage) to remove the shaded lenses and rims from my XReal Air 1 glasses. I'm going to try the magnet modification so I can put the shades back on in sunlight.
Simple Nushell Script To Always Disable Laptop Internal Monitor When Using AR Glasses
I created a simple Nushell script that will always disable the default/internal monitor(s) on your laptop or external display when using AR glasses. I find this useful for when using AR glasses such as the XReal One which allows you to change the mode from regular mode to ultra-wide mode and when doing this, it will act as your unplugging the XReal ones and plugging in XReal one again in a new mode, causing the other display to become enabled.
To keep the laptop display always off, weather the laptop lid is either closed or open, this simple Nushell script will always disable the screen every X seconds (You can change it by changing the wait constant)
Simply copy this script and create a new Nushell script such as disable-displays.nu, add it to your startup applications with the command of nu /path/to/disable-displays.nu and it will run in the background. You will need to run xrandr command with all of your displays enabled to get the names of the displays and change the constants values in the script accordingly.
NOTE: This script may not work with a full Wayland setup and may only work on X11.
Enjoy
# RUN xrandr TO GET THE NAMES OF THE DISPLAYS AND SET THE VARIABLES TO THESE NAMES
const ar_glasses_display = 'USB-C-0'
const displays = [
'eDP',
'HDMI-0'
]
const wait = 5
def is-ar-glasses-connected [] {
return (xrandr | str contains $"($ar_glasses_display) connected")
}
def disable-display [display: string] {
xrandr --output $display --off
}
def enable-display [display: string] {
xrandr --output $display --auto
}
loop {
if (is-ar-glasses-connected) {
for current_display in $displays {
disable-display $current_display
}
} else {
for current_display in $displays {
enable-display $current_display
}
}
sleep ($wait * 1sec)
}
Google & Samsung Reveal Smart Glasses for Fall Launch, Aiming to go Head-to-head with Meta
One model from Warby Parker and another from Gentle Monster. The display versions are coming next year at the earliest.
https://www.roadtovr.com/google-samsung-smart-glasses-intelligent-eyewear-announcement-release-date/Open linkView original on sopuli.xyzTranslation feature comparison between 6 display smart glasses (video)
The video reviews both the visual translation (looking at text) as well as live transcription features of different smart glasses. There's some through the lens footage for all of them.
The following glasses are included: Meta Ray-Ban display glasses Rokid Glasses RayNeo X3 Pro Even Realities G2 Inmo Air3 Inmo Go3
Alibaba's Qwen S1 Display Smart Glasses hands on at MWC 2026
The Qwen S1 specs have a heads-up waveguide display etched into the lenses, and serve as a rival to Meta's Ray-Ban Display model (minus the gesture control). My first impression of these AR glasses was that they were light and comfortable to wear -- I wouldn't have known that they were smart glasses by their weight alone. At the end of each arm are swappable batteries, which snap off easily so you can keep the glasses running for longer when you're on the go.
https://www.cnet.com/tech/mobile/alibaba-launches-qwen-ai-smart-glasses-at-mwc-2026/Open linkView original on sopuli.xyzVideos recorded with Meta smart glasses are watched by their annotators in Kenya
The workers in Kenya say that it feels uncomfortable to go to work. They tell us about deeply private video clips, which appear to come straight out of Western homes, from people who use the glasses in their everyday lives.
Several describe video material showing bathroom visits, sex and other intimate moments.
https://www.svd.se/a/K8nrV4/metas-ai-smart-glasses-and-data-privacy-concerns-workers-say-we-see-everythingOpen linkView original on sopuli.xyzRayNeo Air 4 Pro AR glasses review: Now enhanced with HDR10 and enhanced audio
RayNeo further refines its AR formula for the Air series with HDR10 support and improved audio.
https://www.tomshardware.com/peripherals/wearable-tech/rayneo-air-4-pro-ar-glasses-reviewOpen linkView original on piefed.socialThis App Warns You if Someone Is Wearing Smart Glasses Nearby
The creator of Nearby Glasses made the app after reading 404 Media’s coverage of how people are using Meta’s Ray-Bans smartglasses to film people without their knowledge or consent. “I consider it to be a tiny part of resistance against surveillance tech.”
https://www.404media.co/this-app-warns-you-if-someone-is-wearing-smart-glasses-nearby/Open linkView original on sopuli.xyzMeta triples sales of smart glasses with 7 million sold
Meta sold more than seven million smart glasses last year. This is according to the annual report of the world's largest eyewear manufacturer EssilorLuxottica, which the company published on Wednesday evening. EssilorLuxottica develops and sells the smart glasses together with Meta.
A year ago, it was said that two million smart glasses were sold and that the annual production capacity was to be increased to 10 million units by the end of 2026. In the summer, the company announced that sales had more than tripled compared to the previous year. A quarter later, EssilorLuxottica stated that smart glasses now accounted for a third of its revenue growth and that plans to increase production were being further accelerated.
https://www.heise.de/en/news/Meta-sold-seven-million-smart-glasses-11173680.htmlOpen linkView original on sopuli.xyzAsus ROG and Xreal partner to deliver gaming-optimized AR glasses — 240 Hz Micro-LEDs with a 171-inch virtual viewing area
The mission to boost refresh rates extends to AR glasses
https://www.tomshardware.com/peripherals/wearable-tech/asus-rog-and-xreal-partner-to-deliver-gaming-optimized-ar-glasses-240-hz-micro-leds-with-a-171-inch-virtual-viewing-areaOpen linkView original on piefed.socialMeta smartglasses "Conversation focus" live demo, new feature that helps you hear the person you're facing
Meta smartglasses "Conversation focus" live demo, new feature that helps you hear the person you're facing
https://yewtu.be/watch?v=he%5C_%5C_FFJX%5C_B4
( direct YouTube link: https://www.youtube.com/watch?v=he%5C_%5C_FFJX%5C_B4 )
This is mainly meant for being able to hear the person you are conversing with in noisy environments. The video demonstrates the amplification and shows that it can also work over longer distances even though that is not really the main use case advertised.
@[email protected] #smartglasses #ar #augmentedreality #hearingaid
China equips traffic police with AI smart glasses for real-time vehicle checks
China’s traffic police are using AI smart glasses to identify vehicles in seconds, reduce inspection time, and improve road safety.
https://www.gizmochina.com/2025/12/15/china-changsha-traffic-police-ai-smart-glasses/Open linkView original on piefed.socialMSC Cruises is banning smart glasses in common areas
MSC Cruises is the latest one to ban smart glasses and this may be becoming more and more of a problem for people using them.
Previously in Egypt tourists have reportedly been blocked from going to see the pyramids and some museums there also ban them. Saudi Arabian authorities apparently confiscate them at the airport from arriving passengers. Anyone who needs a prescription needs to consider that they may not be able to use them everywhere.
https://eu.usatoday.com/story/travel/cruises/2025/12/13/msc-cruises-smart-glasses-ban/87737203007/Open linkView original on sopuli.xyzGoogle offers more details on their upcoming smart glasses and demos features at Android XR event
Google offers more details on their upcoming smart glasses and demos features at Android XR event
Google recently shared new information about their upcoming Android XR devices and software features at an event dedicated to Android XR.
Some information from the event that I found particularly interesting:
* in 2026 Google will release a pair of smart glasses without a display as well as a pair with a monocular display as their answer to the different Ray-ban Meta variants currently out
* it sounds like both first-party and third-party app support will be much stronger than for Meta as the SDK is out and devkits are already being offered to third-party devs
* Google is confident they will be able to offer these with a wider prescription range than Meta's Display glasses
* in 2027 they will release a model with two displays
* Google plans to make WearOS watches able to work to enhance the experience of using smart glasses
* project Aurora done in collaboration with Xreal uses a tethered compute puck and will offer the full Android XR spatial computing environment but uses an optical passthrough similar to currently existing display glasses instead of video from cameras
* Google demoed a new feature that lets users transform any content to 3D in real-time using Android XR
More info:
https://9to5google.com/2025/12/08/android-xr-glasses-displays-2026/utm/_medium=mastodon
https://www.youtube.com/watch?v=w%5C_ANVojMDHY
@[email protected]
#ar #vr #xr #androidxr #smartglasses #virtualreality
Nobody Seems to Agree on Smart Glasses
Gizmodo points out that smart glasses are still in an interesting phase where the there's a lot of experimentation on what exactly the feature set and even the form should look like which is similar to what happened with phones.
https://gizmodo.com/nobody-seems-to-agree-on-smart-glasses-2000695082Open linkView original on sopuli.xyz

