Lists the databases that have been created to store faces for use with 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
/action=ListFaceDatabases
The response includes a list of databases, and the number of faces that exist in each database.
<autnresponse> <action>LISTFACEDATABASES</action> <response>SUCCESS</response> <responsedata> <database> <database>BritishPoliticians</database> <numentries>29</numentries> </database> <database> <database>AmericanPoliticians</database> <numentries>31</numentries> </database> </responsedata> </autnresponse>
|