Samsung once again teased its upcoming extended reality (XR) headset, dubbed ‘Project Moohan’, this time at the Galaxy Unpacked 2025 event in San Jose, California on Wednesday. During the announcement, a silhouette of an XR headset graced the screen with an appearance remarkably similar to the Apple Vision Pro. While the South Korean technology conglomerate did not delve into any specifics, it reiterated that the headset will be powered by the Android XR operating system (OS), developed in collaboration with Google and Qualcomm.Alongside the XR headset, the company teased that it might be developing another wearable in the form of smart glasses.Samsung XR Headset, Smart Glasses TeasedAt the Galaxy Unpacked 2025 event, Samsung teased that its XR headset will support multimodal artificial intelligence (AI) capabilities. With it, the company aims to change the way people “interact with the physical and digital world”. Subsequent visuals showed how users may be able to control the XR headset.Ways to Interact With Samsung’s Upcoming XR HeadsetPhoto Credit: SamsungThe Samsung wearable might get eye tracking capabilities similar to the Apple Vision Pro, which leverages a network of LEDs and infrared cameras that project invisible light patterns onto each eye, enabling the wearer to select elements just by looking at them. Additionally, they may also be able to control the XR headset using hand gestures as well as speech. While this was the extent of the Samsung XR headset teaser, the company also hinted towards the potential development of a pair smart glasses. It emphasized how multimodal AI will “change” interaction with new form factors like XR devices. The visual showed the aforementioned XR headset along with a pair of smart glasses.First announced in December 2024, Samsung’s ‘Project Moohan’ XR headset is speculated to come with multimodal input, state-of-the-art displays, and passthrough capabilities. The company says it will also offer support for Google’s Gemini AI assistant and will have apps optimized to run on a large, virtual display. It is confirmed to be the first offering in the market to be powered by the new Android XR OS and thus, may support several of its features including Circle to Search with gesture support, web browsing via Google Chrome, immersive views using Google Maps, and live translation of text seen within the wearer’s point of view.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!