-
Notifications
You must be signed in to change notification settings - Fork 21
Home
ai2764 edited this page Jul 6, 2026
·
2 revisions
This wiki is the long-form documentation for Camera Lab. The repository README.md
is intentionally short; use these pages when you need setup details, architecture,
workflow mappings, or development notes.
- Installation Guide - beginner-friendly setup, Docker choices, model folders, and troubleshooting.
- Architecture - system architecture, data flow, and workspace diagrams.
- Workspaces - what Camera Lab, Director, Edit, Motion, and Casting do.
- Models and Workflows - model folders, workflow files, and frontend workflow mappings.
- Director Reference - Director v2 notes and legacy reference behavior.
- Developer Guide - repo layout, tests, runtime data, and local development commands.
GitHub Wiki is a separate Git repository. After enabling Wiki in the GitHub repository settings, clone it next to this repo:
git clone git@github.com:ai2764/Camera-lab.wiki.git ../Camera-lab.wikiThen copy these files into the wiki checkout:
cp docs/wiki/*.md ../Camera-lab.wiki/
cd ../Camera-lab.wiki
git add .
git commit -m "Add Camera Lab wiki documentation"
git push