Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.64 KB

File metadata and controls

51 lines (39 loc) · 1.64 KB

NexusVision Settings

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 use
  • Performance: higher FPS and lighter HUD
  • Low Light: cleaner webcam feed for weak lighting
  • Creator: cinematic camera look with professional HUD
  • Presentation: 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 tips
  • Essential: mode, FPS, detections, signal status, and gesture
  • Minimal: 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.