Creates a new, empty, database to store faces for face recognition.
Note: This is an administrative action that can be sent only from AdminClients (which are set in the [Server]
section of the configuration file).
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name for the new database (maximum 254 bytes). | Yes |
The following example creates an empty database named politicians
.
/action=CreateFaceDatabase&database=politicians
<autnresponse> <action>CREATEFACEDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
To add faces to the database, use the action NewFace.
|