Frigate scans the index on-server (uses GPU when available) and streams matches back over SSE. Hundreds of times faster than the client-side WASM path; sends your scan private key to the configured Frigate instance, so use this only when you trust the operator (e.g. running your own Frigate).
… will compute matches for you (CPU/GPU). For privacy-preserving scanning that never sends the key off your machine, use the
Client-side Scan tab.