Urgent.News

What's breaking now, across thousands of outlets.

Tech

Meta Keeps Trying to Fix Glasses Privacy Concerns With New Update

Another update for Meta glasses aims to shut down recording when the light’s off, and an ad campaign is trying to address the pervert concerns.

Meta Keeps Trying to Fix Glasses Privacy Concerns With New Update

This summer, Meta has been grappling with privacy concerns surrounding its smart glasses, marking the second time this season the company has rolled out an update to address these issues. The head of Meta's wearables division, Alex Himel, announced the latest changes, stating that the goal is to ensure the capture LED reliably alerts bystanders when photos or videos are being captured.

However, the effectiveness of this update may be uncertain due to the unpredictable nature of software updates. While Meta's smart glasses are the main focus, privacy concerns extend to other companies such as Google, Samsung, and Apple, which are also set to release camera-enabled glasses this fall. Apple is rumored to launch its own line next year, and numerous other firms are rushing into the AI glasses market.

To tackle these issues, Meta is also launching an ad campaign highlighting the LED light that activates when the camera is in use. Despite the widespread awareness of smart glasses' camera usage problems on social media, the author has noticed a lack of their use in everyday life. To further enhance privacy and security, hardware-based solutions that improve LED light handling or prevent camera tampering have been proposed.

Meta has not ruled out the possibility of creating glasses without cameras altogether, potentially disrupting the ongoing cat-and-mouse game between potential privacy breaches and subsequent updates. As Meta gears up for its upcoming developer conference, Meta Connect, privacy issues are expected to be a primary discussion point, whether or not the company decides to implement additional measures.

Written by urgent.news from CNET's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at cnet.com →

More in Tech

The Hidden Scaling Trap in Entity Framework's .Contains

tl;dr; - If Entity Framework processes a query that holds greater than 2100 parameters with a .Contains , Entity Framework generates a query that SQL Server cannot adequately plan around, and it can…

  • .Contains method in Entity Framework Core has hidden scaling trap impacting SQL Server performance
  • Parameter count limit of 2100 causes performance degradation when using OPENJSON
  • Solutions include chunking queries or using Entity Framework Core 3 interceptors

More from Friday 28 August →