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