fbpixel
Using a Lidar sensor with Python

Using a Lidar sensor with Python

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...
Displaying Video Stream from Motion on React Native

Displaying Video Stream from Motion on React Native

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...
Video stream with Motion on Raspberry Pi

Video stream with Motion on Raspberry Pi

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...
Video stream with Gstreamer on Raspberry Pi

Video stream with Gstreamer on Raspberry Pi

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...
Displaying a Video on a React Native App

Displaying a Video on a React Native App

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...