Raspberry Pi | Capture Video and Display in Real Time

Raspberry Pi | Capture Video and Display in Real Time

Click the above “Mechanical Electronic Engineering Technology” to follow us My requirements: Raspberry Pi 3B+, operating system Raspbian-stretch, OpenCV installed on python3.5.3, connected to CSI camera. 1. Use SSH to connect to Raspberry Pi remotely 2. Create a directory to store the code mkdir /home/pi/my_code_directory 3. Enter the directory to store the code cd /home/pi/my_code_directory … Read more

Practical Raspberry Pi Linux Compilation Guide

Practical Raspberry Pi Linux Compilation Guide

Under normal circumstances, the Linux protocol for module docking is the USB protocol. The module can be used directly after being inserted into the Linux device via USB, and the system will detect the device’s identifiers: PID VID. However, in practical applications, there are often novice friends asking: Linux is really unfriendly to novice users. … Read more

Practical Raspberry Pi Linux Compilation Guide

Practical Raspberry Pi Linux Compilation Guide

Generally, the Linux protocol for module docking is the USB protocol. The module can be used directly after being plugged into the Linux device via USB, and the system will detect the device’s identifier: PID VID. However, in practical applications, some newcomers often ask: Linux is really not user-friendly for beginners, is there a good … Read more

Setting Up a Mini PC as a Server

Setting Up a Mini PC as a Server

Author: wwwzhSource: Xitu Gold Although I have an Apple computer, when installing some software, I often think about having a small server to avoid various settings causing Mac to malfunction. Overall, I looked at some small hosts and also considered Apple’s Mac mini, but found it too expensive, costing over 3000, especially if higher configurations … Read more

Raspberry Pi Tutorial: VNC Connection and Static IP Setup

Raspberry Pi Tutorial: VNC Connection and Static IP Setup

This lesson mainly explains how to connect and control the Raspberry Pi via VNC, check the Raspberry Pi’s IP address, and configure a permanent static IP address for the Raspberry Pi. We are committed to creating a comprehensive and detailed Raspberry Pi curriculum and practical applications, using humorous animations, dialogue scenes, and real case demonstrations … Read more

How to Enable VNC Remote Desktop Control on Raspberry Pi

How to Enable VNC Remote Desktop Control on Raspberry Pi

Blog Address: lingshunlab.com ClickRead the original text, the layout is better, and the computer browsing effect is better. In simple terms, VNC is a software that allows you to remotely control another host through your phone or computer. When we operate Raspberry Pi, we can remotely control it via VNC without the need to configure … Read more

Setting Up VNC Viewer for Raspberry Pi Remote Desktop

Setting Up VNC Viewer for Raspberry Pi Remote Desktop

The Raspberry Pi laboratory previously introduced “How to connect to Raspberry Pi using Windows Remote Desktop”, which used Microsoft’s “Remote Desktop Connection” as the client to log into Raspberry Pi. Below we introduce how to log into Raspberry Pi using the official certified RealVNC client. Before starting, you need to have logged into Raspberry Pi, … Read more