CreateFaceDatabase
Creates a new, empty, database to store faces for face recognition.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name for the new database (maximum 254 bytes). | Yes |
finetuning
|
(Boolean, default
|
No |
Example
The following example creates an empty database named politicians
.
/action=CreateFaceDatabase&database=politicians
Response
<autnresponse> <action>CREATEFACEDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
See Also
To add faces to the database, use the action NewFace.