LogoVisionLog

Webcam Folder Search

Capture a live webcam snapshot as the reference face and search a server-side image folder

Webcam Folder Search works identically to Folder Person Search, except the reference face is captured live from the device webcam rather than uploaded as a file. This is useful in on-site scenarios where the operator wants to search for a person standing in front of them without needing a stored photo.

How It Works

  1. Camera initialises automatically on page load.
  2. Position the subject — they should face the camera directly in good lighting.
  3. Click Capture — the system takes a snapshot and extracts the face embedding from it.
  4. Select a server folder — choose the image archive to search.
  5. Run the search — the captured embedding is compared against all faces in the folder, returning ranked matches.

When to Use This

ScenarioRecommended Tool
You have a photo of the personFolder Person Search
The person is physically presentWebcam Folder Search
You need real-time tracking across feedsCross-Camera Tracker

Capture Tips

  • Ensure the face is centred in the webcam preview and well-lit.
  • Avoid backlighting — the subject should face the light source, not have it behind them.
  • Only one face should be visible in the capture frame to avoid ambiguity.
  • If the captured snapshot is not ideal, click Retake to try again before running the search.

Technical Details

The captured frame is encoded as a JPEG blob and submitted to the same backend search endpoint as Folder Person Search. The similarity threshold, server folder selection, and result ranking logic are identical between the two tools. See the Folder Person Search page for threshold configuration details.

On this page