fbpixel
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 program serves...

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

First steps with Android on Rock Pi 4

First steps with Android on Rock Pi 4

Radxa's Rock Pi 4 board can run Debian, Ubuntu or Android OS. In this tutorial, we'll show you how to configure and use your microcomputer with Android. Hardware Rock Pi 4 SE 32 GB SD card HDMI display Keyboard+mouse USB A to USB A cable Download and install OS...

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

Creating a navigation menu with React Native

Creating a navigation menu with React Native

In this tutorial, we'll look at how to set up a navigation menu with different screens in React Native. To do this, we'll use the React Navigation library N.B.: Another alternative react-native-navigation exists but does not work with my environment.   React...

Installing Arduino IDE on Raspberry Pi

Installing Arduino IDE on Raspberry Pi

In this tutorial, we'll look at how to install the Arduino IDE and CLI software on the Raspberry Pi and combine the strengths of both systems. Check your system configuration To know which version of the IDE to download and install, you need to know the specifics of...

Training a Yolo model

Training a Yolo model

In this tutorial, we'll look at how to train a YOLO model for object recognition on specific data. The difficulty lies in creating the image bank that will be used for training. Hardware A computer with a Python3 installation A camera Principle We saw in a previous...

Installing and wiring a Ramps 1.4 card for an MPCNC

Installing and wiring a Ramps 1.4 card for an MPCNC

An MPCNC is an acronym for "Mostly Printed CNC", meaning that it is built primarily from 3D-printed parts. It is a CNC (Computer Numerical Control) machine that can perform machining, engraving, cutting or milling operations on various materials such as wood, plastic...

Creating a shared folder with Samba under Linux

Creating a shared folder with Samba under Linux

It is possible to access a folder on a remote machine by installing a Samba server under Linux. This server lets you access a certain file folder from any machine connected to the same network. Installing Samba To install Samba, sudo apt-get update && sudo...

Newsletter