Skip to main content
Version: 1.17.1 (latest)

Access and quick check

Access to OMNI Platform

You can work with OMNI Platform in two ways: via the dashboard or using Integration API.

Get access to dashboard

Follow the platform URL in your web browser and enter user email and password. As a result, you will be redirected to the Admin panel of dashboard. OMNI Platform deployment domain is specified in platform.values.yaml file in ingress.rules.gateway.host field. The platform URL is http://<ingress.rules.gateway.host>.

The user password and email are available at platform.secrets.json platform configuration file in the platform-user-secret.default_email and platform-user-secret.default_password fields, respectively.

Get access to Integration API

To get access to Integration API, follow Integrations section.

Quick check

After signing-in to the dashboard you can test the functionality of OMNI Platform by simply following the steps below:

  1. Install, run and log in to OMNI Agent – special software that processes video files and video streams from cameras to detect, track and identify faces and silhouettes.

  2. Create a watchlist to which profiles will be added.

  3. Create an endpoint where the notifications on detected profiles will be sent to.

  4. Create a trigger and attach the previously created watchlist and endpoint to it.

  5. Add profiles to the database and attach them to the watchlist.

    note

    To upload multiple face images to create profiles, you can use a special script, which is located in the on_premise/upload_script/ folder of OMNI Platform distribution kit. The script accepts a file with paths to images, and then sends requests to create profiles in the platform. To attach profiles to the watchlist when uploading, you need to pass the watchlist id to the profile_group parameter when starting the script. The watchlist id is written in the watchlist card in OMNI Platform Dashboard.

  6. Wait until the profiles are uploaded to OMNI Agent (~1.5 minutes for every 100,000 profiles). The logs at ~/.local/share/OMNIAgent/log (Linux) or %LocalAppData%/OMNIAgent/log (Windows) should contain the line *DatabaseTDV* database size: <size> , where <size> is the number of profiles added to the watchlist.

    img.png

  7. Connect the camera in OMNI Agent web interface. When choosing a camera, try to consider the following parameters:

    • The main flow of people should go directly to the camera, and not perpendicular to it.
    • The light source should be behind the camera, not in front of it, so that faces are not shadowed in bright light.

    Learn more about choosing cameras

  8. After a camera is successfully added, OMNI Agent web interface should display video from the camera, face detections (bboxes) and additional information about people in the camera's field of view (their gender, age, emotions, etc.).

  9. Ask a person who has a profile in OMNI Platform to enter the frame. Make sure that the identification notification appeared on Notifications page of OMNI Platform dashboard.

    img.png