Desktop app for managing camera settings — brightness, contrast, white balance and more — with a live preview.
- Live camera preview with real-time control adjustments
- Dynamic controls driven by hardware capabilities
- Platform-native camera access (DirectShow/Media Foundation, V4L2, AVFoundation)
- Camera discovery with hot-plug detection
- System tray with global shortcuts
- Frontend: React 19, TypeScript, Vite, Zustand
- Backend: Rust, Tauri v2
- Platform APIs: windows-rs, v4l2 (Linux), ObjC bindings (macOS)
- Rust 1.77.2+
- Volta (manages Node 22 and Yarn 4.9.2 automatically)
- Platform dependencies for Tauri v2
yarn install
yarn tauri devyarn lint # ESLint
yarn format # Prettier
yarn typecheck # TypeScript
yarn test # Vitest
cargo clippy # Rust lints
cargo test # Rust testsMIT