by Xukyo | 23 Feb 2025 | Tutorials
We’re going to program using OpenCV and C++ under VS Code. Configuring VS Code and the libraries for certain languages can be complicated. In this tutorial, we’ll look at how to set up a computer and VS Code so you can develop with OpenCV and C++....
by Xukyo | 28 Sep 2024 | Tutorials
In this tutorial, we’ll look at how to set up a Lidar sensor map in Python. The lidar sensor is used for spatial orientation and mapping. Lidar sensor description The lidar sensor is a laser distance sensor coupled to a motor that drives it. It behaves like a...
by Xukyo | 27 Mar 2024 | Tutorials
In this tutorial, we’ll look at how to retrieve a video stream from Motion with a React Native application. Project configuration We’ve set up a video stream with Motion on a Linux machine with address 192.168.1.92:8554 on the Wifi network. The Motion...
by Xukyo | 26 Mar 2024 | Tutorials
In this tutorial, we’ll look at how to set up a video stream with Motion from a Raspberry Pi. This tutorial is compatible with any Linux system. Hardware Raspberry Pi (or other Linux machine) USB camera or CSI camera Motion description The Motion program was...
by Xukyo | 25 Mar 2024 | Tutorials
In this tutorial, we’ll look at how to stream video from a Raspberry Pi using Gstreamer. One of the most widely used streaming tools is FFMPEG. We’ll be testing gstreamer here, as there’s less transmission delay. Previous streaming tutorial: Video...