LocalLens

Extending LocalLens

Three concrete next steps, each grounded in a QVAC capability you already have.

LocalLens is finished as a sample. To turn it into something that fits your workflow, you'll want to extend it. The most natural extensions reuse capabilities the QVAC SDK already exposes: OCR for documents, speech-to-text for voice, and the existing model state for richer diagnostics.

The pattern is the same every time:

  1. Find the file that owns the responsibility.
  2. Make the smallest change that fits the existing seams.
  3. Keep extension-specific logic out of modules that don't need it.

Three places to start

On this page