Creates a new, empty, database to store objects for object detection.
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 CompanyLogos
.
/action=CreateObjectDatabase&database=CompanyLogos
<autnresponse> <action>CREATEOBJECTDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|