by Xukyo | 13 Feb 2024 | Tutorials
For certain applications, you may find it useful to embed OpenCV in a PyQt interface. In this tutorial, we’ll look at how to correctly integrate and manage a video captured by OpenCV in a PyQt application. N.B.: We use Pyside, but conversion to PyQt is quite...
by Xukyo | 28 Nov 2023 | Tutorials
, The OpenCV library is used for image processing, in particular shape and color recognition. The library has acquisition functions and image processing algorithms that make image recognition fairly straightforward, without the need for artificial intelligence. This...
by Xukyo | 10 Aug 2023 | Tutorials
, , , In this tutorial, we’ll look at how to stream video from a PiCam on a Raspberry Pi to a web browser. When a camera is connected to a Raspberry Pi, it’s important to be able to access it from anywhere. To do this, you need to set up a server and send...
by Xukyo | 25 Jul 2023 | Tutorials
, , In this tutorial, we’ll look at how to perform object recognition with Python, using a neural network pre-trained with deep learning. We saw in a previors tutorial how to recognize simple shapes using computer vision. This method only works for certain...
by Xukyo | 20 May 2022 | Tutorials
Whether you want to monitor your flat or the progress of your 3D printing, it can be useful to use an IP camera to have the images available from anywhere. In this tutorial, we will use an IP camera from which we will retrieve the images via Python. This tutorial can...