Spyke
augmented_reality·Augmented Reality (AR)byIron Sight OS

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.

Pico's Next Flagship XR Headset Reportedly Leaks, Showing Some Very Familiar Designhttps://roadtovr.com/picos-flagship-xr-headset-leaked-video-vision-pro-galaxy-xr/Open linkView original on lemmy.world
augmented_reality·Augmented Reality (AR)bytrymeout

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)
}
View original on lemmy.world
augmented_reality·Augmented Reality (AR)by73ms

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.

Alibaba's Qwen S1 Display Smart Glasses hands on at MWC 2026https://www.cnet.com/tech/mobile/alibaba-launches-qwen-ai-smart-glasses-at-mwc-2026/Open linkView original on sopuli.xyz
augmented_reality·Augmented Reality (AR)by73ms

Videos 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.

Videos recorded with Meta smart glasses are watched by their annotators in Kenyahttps://www.svd.se/a/K8nrV4/metas-ai-smart-glasses-and-data-privacy-concerns-workers-say-we-see-everythingOpen linkView original on sopuli.xyz
augmented_reality·Augmented Reality (AR)by73ms

This 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.”

This App Warns You if Someone Is Wearing Smart Glasses Nearbyhttps://www.404media.co/this-app-warns-you-if-someone-is-wearing-smart-glasses-nearby/Open linkView original on sopuli.xyz
augmented_reality·Augmented Reality (AR)by73ms

Meta 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.

Meta triples sales of smart glasses with 7 million soldhttps://www.heise.de/en/news/Meta-sold-seven-million-smart-glasses-11173680.htmlOpen linkView original on sopuli.xyz
augmented_reality·Augmented Reality (AR)byVesipeto Vetehinen

Meta 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

View original on lethallava.land
augmented_reality·Augmented Reality (AR)by73ms

MSC 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.

MSC Cruises is banning smart glasses in common areashttps://eu.usatoday.com/story/travel/cruises/2025/12/13/msc-cruises-smart-glasses-ban/87737203007/Open linkView original on sopuli.xyz
augmented_reality·Augmented Reality (AR)byVesipeto Vetehinen

Google 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

View original on lethallava.land