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...
by Xukyo | 22 Mar 2024 | Tutorials
In this tutorial, we’ll look at how to integrate video into a React Native application. To do this, we’ll create a video stream from a computer and retrieve the video signal from the Android device. React Native project configuration To integrate a video...