Implementing Image Retrieval
iBase has the ability to store images as part of a record. In situations where the iBase records are not populated with an image you have the option of developing your own code that sits between iBase and the source system. This code implements a type library interface that allows iBase to provide instructions detailing the image and type of image (either number plate or entire vehicle) the iBase user wishes to see. Once the interface has received the image request its behavior and further actions are controlled by the development carried out by you. Normally this will involve retrieving the image from the ALPR source system and displaying it.
About this task
This topic is intended for administrators and developers who intend to implement iBasePlate Analysis Image Retrieval from the ALPR source system.
<<interface>>ANPRExternalInterfaces.tlb::IImageRetrieval
+ShowImage(inVRM : String,
in ImageDate : String,
in ImageTime : String,
in ReadID : String,
in PartialOnly : Boolean)