NexusVision stores practical desktop settings in the local SQLite database.
Persisted settings:
- Operator profile
- Camera index
- Camera performance profile
- Camera enhancement preset
- Camera filter
- Background mode
- Background blur strength
- Mirror camera toggle
- HUD level
- Quality gate
- Confidence gate
- Metric logging toggle
- Low-latency capture toggle
- Presentation keyboard-control toggle
- AutoFlow template
Settings are saved when the camera starts and when the app closes. The sidebar
Settings item opens a diagnostics tab with the active values and recent metric
snapshots.
Operator profiles:
Balanced: general daily usePerformance: higher FPS and lighter HUDLow Light: cleaner webcam feed for weak lightingCreator: cinematic camera look with professional HUDPresentation: faster camera profile and essential HUD for slide control
Mirror camera is enabled by default because most webcam interaction feels more natural as a mirrored preview. Turn it off for raw capture orientation.
HUD levels:
Professional: full signal, quality, confidence, coverage, movement, and tipsEssential: mode, FPS, detections, signal status, and gestureMinimal: mode, FPS, and detections only
Metric logging stores periodic tracking snapshots in SQLite. This makes the Settings tab useful as a quick session-quality review panel.
The Export Report action creates a Markdown diagnostics report in
assets/reports/. The report includes active settings, recent tracking
snapshots, and practical operator notes for tuning the app.
The settings table is local-only and does not sync to any cloud service.