createImageCaptureService method of the Engine class
Creates a background recognition service to run in image capture mode. Only one instance of the service per application is necessary: multiple threads for processing will be started internally.
public IImageCaptureService createImageCaptureService( IImageCaptureService.Callback callback );
Parameters
- callback
- An object implementing the IImageCaptureService.Callback interface, which will handle requests from the service.
Return values
The method returns a data capture service object implementing the IImageCaptureService interface.
02.03.2022 12:59:15