Listing Multiple Cameras for OpenCV-Python on Windows
Using OpenCV APIs to capture video from a camera is convenient. However, OpenCV does not provide an API for listing all available devices. If you have multiple cameras connected to your PC, you have no...
View ArticleHow to Build Web Camera Recorder Using OpenCV and Flask
Recently, I was inspired by a blog post “Python Live Video Streaming Example” and thinking whether it is possible to save the camera streaming to a video file. Based on the example code, I managed to...
View ArticleHow to Build Web Document Scanner Using OpenCV-Python
Many excellent document mobile apps support not only image capture, but also edge detection and perspective transformation. If you are interested in these computer vision technologies, you can use...
View ArticleA Simple Web Document Management App with OpenCV.js
Document Scanning is nothing new for mobile apps. I remember the first time that I installed a document scanning app was in 2010. However, Apple, Microsoft, and Google the giant tech companies got...
View ArticleBuilding .NET Barcode Reader with OpenCV and DBR 5.2
OpenCV is written in C++. If you install OpenCV library on Windows, you will see OpenCV officially provides wrappers for Python and Java but not for C#. Fortunately, there are many .NET open source...
View ArticleHow to Build DotCode Reader in Java on Windows 10
A dot code is a 2D barcode symbology composed of disconnected dots. It is widely used in the tobacco industry. Recently, Dynamsoft rolled out barcode reader SDK v7.4, which added DotCode support. In...
View Article