These samples build with DMSDK 4.0.1
The DMSDemo project showcases the core Digimarc Mobile SDK APIs.
The DMStockTake application lets you scan barcodes from various distances. The values are then displayed with a colored background over the corresponding barcode. The app is configured to scan UPC-A, EAN-13, ITF-14, and Code 128 barcodes, which are commonly used in stock-taking scenarios.
The app performs additional processing to smooth out the visualization of the barcode values and locations on screen. Individual barcodes are tracked across read operations. This data is used to fill in results for barcodes that aren't read in one frame or another, which prevents a flickering effect.
On the main interface are toggles to adjust the read distance and visualization smoothing. They can be changed while the device is scanning.
- Note: Watch a video demo of DM Stock Take
The DetectorViewDemo sample app demonstrates how to use the Digimarc DetectorView component, a drop-in solution for mobile content detection of Digimarc digital watermarks, most common 1D barcodes, and QR codes.
DetectorViewDemo is written entirely in Kotlin.