Tag: capture-vision
-
Decoding QR codes and 1D barcodes from a phone camera needs a production-grade native pipeline. With the Dynamsoft Capture Vision native SDK (com.dynamsoft:capturevisionbundle:3.6.2000 on Android, DynamsoftCaptureVisionBundle 3.6.2000 on iOS) wrapped in a small in-app Capacitor plugin, every frame is processed on-device with the multi-format preset template and the result is...
-
Reading the Machine-Readable Zone (MRZ) of a passport or national ID card reliably from a phone camera needs an on-device MRZ pipeline. With the Dynamsoft MRZ Scanner native SDK (mrzscannerbundle 3.4.1300 on Android, DynamsoftMRZScannerBundle 3.4.1300 on iOS) wrapped in a small in-app Capacitor plugin, the entire workflow — camera preview,...
-
AI coding assistants often generate Dynamsoft SDK code that is outdated, mixes deprecated APIs with current ones, or defaults to limited wrapper components. The Dynamsoft Agent Skill fixes this at the source: it gives your AI assistant a curated, sample-first knowledge base for Dynamsoft Barcode Reader (DBR), Capture Vision (DCV),...
-
Web-based vision SDKs are an excellent fit for Electron: they run entirely in a Chromium renderer process, require no native add-ons, and can be distributed as a self-contained desktop application for Windows, macOS, and Linux. The Dynamsoft Capture Vision (DCV) SDK uses WebAssembly under the hood, which makes it a...
-
Rust’s popularity continues to surge in the systems programming world due to its unique combination of memory safety, performance, and concurrency. This comprehensive article demonstrates how to integrate Rust with the Dynamsoft Capture Vision Router SDK using FFI (Foreign Function Interface) bindings. We’ll build a robust command-line barcode reader that...