CreateObjectDatabase
Creates a new, empty, database to store objects for object recognition.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name for the new database (maximum 254 bytes). | Yes |
Example
The following example creates an empty database named CompanyLogos
.
/action=CreateObjectDatabase&database=CompanyLogos
Response
<autnresponse> <action>CREATEOBJECTDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
See Also
- To add objects to the database, use the action NewObject.