camera-streaming

Installation
SKILL.md

Camera Streaming (iOS)

Guide for implementing camera streaming and photo capture with the DAT SDK.

Key concepts

  • Stream: Main interface for camera streaming
  • VideoFrame: Individual video frames — call .makeUIImage() to render
  • StreamConfiguration: Configure resolution, frame rate, and codec
  • PhotoData: Still image captured from glasses

Creating a DeviceSession

import MWDATCamera
import MWDATCore
Installs
3
GitHub Stars
456
First Seen
Jun 5, 2026
camera-streaming — facebook/meta-wearables-dat-ios