Opencv reading video files, video stream, Images, IP, and Web cameras. I would like to cover this all in one post. Yes, video writing is also important to store you…
Build FFMPEG from Source on Debian [Full Tutorial]
The following steps describe how to build FFMPEG on the Debian system from source. The Debian Jessie is my current server version. The FFMPEG steps pipeline is: Get…
Use Webcams in WSL with OpenCV & FFmpeg [Fix 2025]
Opencv in Windows Subsystem for Linux (WSL) is a compatibility layer designed to run Linux binary executables (in ELF format) natively on Windows 10. I love it. Th…
Deep learning by Yolo Darknet vs HAAR and LBP cascades in people detection
I just performed people detection by the Yolo model in the Opencv 4 DNN module. I analyzed my old dataset, which was used for the same task performed by Haar, LBP a…
Opencv 4 Linux application in visual studio 2017- Ubuntu Linux subsystem on windows 10
This tutorial is a step-by-step guide for the development of the Opencv 4 Linux application in Visual Studio 2017 under Windows. The motivation is simple. I would l…