How to Build a Node.js Camera Addon and Using It for Image ProcessingIn the previous article, we demonstrated how to build a Python camera SDK based on the litecam C++ SDK. In this article, we will integrate…Jan 8Jan 8
Building a Python Camera SDK and Using It for Multi-Barcode ScanningNow that the lightweight C++ camera SDK is complete for Windows, Linux and macOS, we can integrate it into other high-level programming…Jan 2Jan 2
Mixing Objective-C and C++ in macOS to Build a Camera-Based Barcode ScannerThis is the final article in a series on building a lightweight C++ camera library across multiple platforms. We’ve already covered Windows…Dec 27, 2024Dec 27, 2024
How to Implement Camera Preview with Windows Media Foundation API in C++In the previous article, we developed a LiteCam library for camera access on Linux. To extend its functionality to Windows, we will…Dec 23, 2024Dec 23, 2024
Building a Lightweight C++ Camera Library for Barcode Scanning on LinuxWhen searching for a camera SDK to develop desktop camera applications on Linux, OpenCV often comes to mind due to its simple APIs for…Dec 19, 2024Dec 19, 2024
How to Detect and Save Documents to PDF with HTML5 and JavaScriptCapturing and saving documents, such as receipts, invoices, and contracts, as PDF files is a common requirement for many businesses. In…Dec 15, 2024Dec 15, 2024
How to Insert Signatures into PDF Documents with HTML5 and JavaScriptAn e-signature is a digital form of a handwritten signature that allows individuals to sign documents electronically. It has become an…Dec 11, 2024Dec 11, 2024
How to Read DataMatrix and Other 1D/2D Barcodes from PDF Files in HTML5 and JavaScriptIn today’s digital world, barcodes have become an integral part of many industries, including healthcare, logistics, retail, and more. A…Dec 4, 2024Dec 4, 2024
Building a Flutter VIN Scanner for Windows Using Dynamsoft Capture Vision C++ SDKThe VIN (Vehicle Identification Number) is a unique 17-character code assigned to every motor vehicle. It serves as a fingerprint for the…Nov 28, 2024Nov 28, 2024
How to Build a Document Scanner App with SwiftUI for Both macOS and iOSPreviously, we created a cross-platform SwiftUI project, a 1D/2D barcode scanner app, for macOS and iOS using the Dynamsoft Capture Vision…Nov 25, 2024Nov 25, 2024