selfie-camera

command module
v0.0.0-...-8f7d96d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

README

Viam Face Registration Camera

A camera module which will allow you to take a picture of your face which will be stored under a configurable path on the computer the viam service runs. Previously registered faces can also be removed. This module works well in combination with the face recognition module viam-face-identification.

Component Configuration

{
  "path": "/<- YOUR PATH->/",
  "camera": "camera",
  "confidence": 0.8,
  "detector": "<- YOUR FACE DETECTION VISION SERVICE",
  "labels": [
    "valid labels"
  ],
  "padding": 30
}

Do Command Input

{
  "command": "add_face", //or "remove_face"
  "name": "Your Name / ID etc."
}

Web Client React

The webclient-react folder contains a sample webapplication which allows capturing an image of a face and store it in a folder where the Viam server runs. This image can then be used by the viam-face-identification module to identify people. A full viam machine configuration is provided in the folder.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL