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