meta-wearables-dat-ios
Build iOS apps for Meta smart glasses
All Skills in This Repository (10)
Pure Emerald Level Indicatorspermissions-registration
Register iOS apps with Meta AI and request camera permissions via SDK.
mockdevice-testing
Test Meta glasses iOS integration workflows using simulated Ray-Ban Meta devices.
dat-conventions
Establishes Swift conventions for Meta Wearables Device Access Toolkit iOS implementations with async/await and MainActor UI updates.
debugging
Diagnose Meta Wearables DAT iOS integration failures in device connection and streaming states.
session-lifecycle
Manage Meta glasses device session state transitions via the SDK state stream.
getting-started
Configure iOS SDK setup and streaming for Meta AI glasses.
sample-app-guide
Guide iOS developers through Meta Wearables DAT camera streaming and photo capture.
camera-streaming
Stream live video and capture JPEG photos from Meta AI glasses in iOS apps.
display-access
Configure iOS display sessions and send interactive UI or video to Meta Ray-Ban glasses.
live-debugging-mcp
Diagnose iOS DAT app issues using live MCP debug server events and device state.
Frequently Asked Questions
FAQPage SchemaHow to install Meta Wearables DAT iOS skills?▼
Run `npx skills add facebook/meta-wearables-dat-ios --all -g -y` in your terminal to install all skills in this suite globally.
How to stream camera video from Meta glasses in iOS?▼
Add the SDK via Swift Package Manager, create a DeviceSession with a device selector, attach a Camera with a StreamConfiguration, and listen to the video frame publisher for live frames.
Can I test Meta glasses apps without hardware?▼
Yes. MockDeviceKit simulates glasses, camera feeds, and permission states so you can develop and test entirely in the iOS Simulator.
Does this work with Claude Code and Cursor?▼
Yes. The skills follow the universal SKILL.md standard and also ship as native rules for Claude Code, Codex, Cursor, and GitHub Copilot.
How to show content on Meta Ray-Ban Display glasses?▼
Use the MWDATDisplay module to attach a Display capability to a started session, then send FlexBox layouts with text, buttons, images, or video to the lenses.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core