CreateVehicleModelDatabase
Creates a new, empty, database to store vehicle models for vehicle model 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 Cars
.
/action=CreateVehicleModelDatabase&database=Cars
Response
<autnresponse> <action>CREATEVEHICLEMODELDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
See Also
- To add vehicle models to the database, use the action NewVehicleModel.