> For the complete documentation index, see [llms.txt](https://doc.engenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.engenius.ai/home-cloud-user-manual/managing-organizations/face-profiles.md).

# Face Profiles

Face profiles are databases of known people for cameras. It is org-based, so cameras in the same org can recognize faces with the database. you can upload photos, add tags, and enable Person of Interest (POI) here. To make the camera recognize person identity, you should enroll face photo for the personal profile first.

Add or edit personal profiles from **Manage > Organization > Face Profiles**

<figure><img src="/files/6AjpxppNVhjrtsbbqn66" alt=""><figcaption></figcaption></figure>

Once personal profiles are set, cameras can recognize them and show their names on video (live and playback). In an example of searching for a person, you may find when he has been by uploading his photo or browsing on detected faces. **Go to EnGenius Cloud > Manage Camera > Faces**.&#x20;

There are all faces detected by cameras. Faces of a person in different cameras are grouped together.&#x20;

<figure><img src="/files/wfdRdVeuWMpAvEUZ2jB9" alt=""><figcaption></figcaption></figure>

If they are known person profiles, their names show on faces. Users can enter a name, apply a search duration, or upload a photo to search for a person.

<figure><img src="/files/dNRb8Q2SnguroDBIDuMi" alt=""><figcaption></figcaption></figure>

Click on a face to show the face recognition timeline of the person. It shows where and when the person has been going from most recently seen to the past. So you can quickly find him or know who took him away.

<figure><img src="/files/QZIMX86u4LJ4jWANOO1H" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Must know

ECC500 support face recognition for POI alert and Tracking Timeline. ECC100 and ECC120 do not have the feature.
{% endhint %}

## Enable POI Alert & Tagged Person Alert

After you create the face profiles, you can go to the ECC500 camera detail page to enable the alert for the following two items.

<figure><img src="/files/uMJI1nvMGPNanEyzOGli" alt=""><figcaption></figcaption></figure>

**POI Alert:** Add faces to a person profile and include them in the POI list. Please ensure face recognition is turned on before enabling the POI alert. You can click here to enable it.

**Tagged person alert:** Add faces to a person profile and tag them for alerts. Please ensure face recognition is turned on before enabling the Tagged Person alert. You can click here to enable it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.engenius.ai/home-cloud-user-manual/managing-organizations/face-profiles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
