# mob_camera v0.1.1 - Table of Contents

> Native camera capture, live preview, and frame streaming for Mob apps (extracted from mob core)

## Pages

- [mob_camera](readme.md)
- [mob_camera extraction — progress + checklist](extraction.md)

## Modules

- [MobCamera](MobCamera.md): Native camera capture, live preview, and frame streaming — a Mob plugin
(extracted from mob core in Wave 2).
- [MobCamera.DemoScreen](MobCamera.DemoScreen.md): A ready-to-run sample screen exercising `MobCamera`, shipped so a generated
app can kick the tires the moment the plugin is activated. Declared in the
plugin manifest's `:screens`, so the host's home can surface it by route
without writing any code. Delete it (and the manifest entry) in a real app.

