What is SmartReco-B?

SmartReco-B ...

srb_init
-
initializes the barcode reader (desired types, orientations etc.) and creates a corresponding handle,
srb_read
-
decodes all specified barcodes contained in an image (or image section) and saves the recognition results into an internal buffer,
srb_get_res
-
copies one of the recognition results from the internal buffer into the working memory,
srb_free
-
releases a handle created by srb_init and frees the corresponding memory.