camera-streaming

Installation
SKILL.md

Camera Streaming (Android)

Use a Session and attached Stream to receive frames and capture photos.

Key concepts

  • Session: Device connection lifecycle created through Wearables.createSession(...)
  • Stream: Camera capability attached to a session with session.addStream(...)
  • StreamConfiguration: Resolution and frame rate configuration for the stream
  • PhotoData: Still image captured from glasses while streaming

Create a session and attach a stream

Installs
3
GitHub Stars
300
First Seen
10 days ago
camera-streaming — facebook/meta-wearables-dat-android