Since version 6.5, Qt is now build with OpenSSL v3. Here's is how you can compile and build your project by using OpenSSL 3 on Ubuntu. Downloading Run the Qt…
Compiling FFMPEG with x264 support on Windows requires additionnal steps. This article follows the previous article: How to compile FFMPEG for Windows 11, so make sure to follow the previous…
UPnP (Universal Plug and Play) is a set of networking protocols that allows devices to discover and communicate with each other on a network. It is used by many consumer…
Wayland is designed to replace the X11 server, which has been the standard display server used for decades on Linux. Although it is more modern and lighter than X11, not all…
With Qt6, your QML application display may not work on Windows. With Qt6, Direct3D graphics acceleration is used by default to display the GUI. On the other hand, it is possible that…
Compiling FFMPEG on Windows 11 may seem daunting, but it's actually quite simple if you follow the proper steps. Here's how: Prerequisites Download and install Microsoft Visual Studio 2022. You can download the…
Axis Media Library is a multimedia library developed by Axis Communications , a company specializing in video surveillance and security. This multimedia library is used to stream videos from surveillance cameras in real…
It is possible to compile OpenVINO as a static library. However, it seems to work only with the CPU. According to github site https://github.com/openvinotoolkit/openvino/wiki/StaticLibraries, the GPU is not supported. Here…