Transform Raspberry Pi Into a Text Recognition Tool

Transform Raspberry Pi Into a Text Recognition Tool

In many projects, the Raspberry Pi is used as a monitoring camera or to perform machine learning tasks. In these scenarios, the images often contain text information of interest to the application. We want to extract this information and convert it for programmatic text analysis. The Raspberry Pi can achieve this text recognition, and it … Read more

Complete Guide to Python Picamera on Raspberry Pi

Complete Guide to Python Picamera on Raspberry Pi

How to Use Python’s Picamera Library with Raspberry Pi Camera Among the many third-party libraries in Python, Picamera stands out as a gem, specifically designed for Raspberry Pi users to operate and control its camera module. If you have a Raspberry Pi equipped with a camera module, Picamera allows you to easily take photos, record … Read more

Using OpenCV C++ with Development Boards

Using OpenCV C++ with Development Boards

Click the blue words above to follow us WeChat Official Account:OpenCV Academy Follow to get more knowledge on computer vision and deep learning Content and Features of this Book This book consists of three main parts, corresponding to three levels of OpenCV development: (1) Basic section: Learn the fundamentals of OpenCV and how to use … Read more

Exploring the Picamera Library: Easily Control Raspberry Pi Camera with Python

Exploring the Picamera Library: Easily Control Raspberry Pi Camera with Python

Click the blue text to follow us Exploring the Picamera Library: How to Easily Control the Raspberry Pi Camera with Python! Friends who play with Raspberry Pi all know that this mini computer paired with a camera is simply magical. But how to use the camera? Don’t worry, today we will clarify the Picamera library, … Read more

DIY Face Recognition System Using Raspberry Pi

DIY Face Recognition System Using Raspberry Pi

First, What is Raspberry Pi? Raspberry Pi is a cheap card-sized Linux computer that has taken the world by storm. It is one of the many inexpensive and mature computers available, costing only 35 dollars, and is very easy to get started with. Raspberry Pi can replace various uses of a daily desktop computer, including … Read more

How to Implement Facial Fatigue Detection Using RK3576

How to Implement Facial Fatigue Detection Using RK3576

If you have a development board, design an interesting smart device!👆Come join our DIY event! Author: lulugl, Source: MBP Community Review of “Milray MYC-LR3576 Core Board and Development Board”Event. Facial fatigue detection: A technology that determines whether a person is in a state of fatigue by analyzing facial features. The principle is mainly based on … Read more

Smart Fan Driven By Raspberry Pi With Face Recognition

Smart Fan Driven By Raspberry Pi With Face Recognition

Recently, a programmer launched a smart fan driven by a Raspberry Pi computer, which can automatically turn on the power based on the position of a face. How should programmers spend the scorching summer days? Recently, a programmer named Devin LaCrosse provided the answer. LaCrosse recently announced a smart fan based on the Raspberry Pi … Read more

Object Detection with a Raspberry Pi

Object Detection with a Raspberry Pi

Click belowCard, and follow the WeChat public account “Beginner Learning Python” Object detection is a powerful tool used in various applications, from security systems to robotics. With OpenCV and Raspberry Pi, you can implement object detection on a compact and cost-effective platform. In this article, we will guide you through setting up an object detection … Read more

Deploying NanoDet-M Network on Raspberry Pi 4B (12fps) – Part 1

Deploying NanoDet-M Network on Raspberry Pi 4B (12fps) - Part 1

1. Background In the application of robots, object detection is an important topic. The rapid development of deep learning has shown significant advantages in detection performance compared to most traditional detection algorithms. However, deploying deep learning models to edge devices for efficient inference remains a challenging area. In robotic control, the Raspberry Pi and Jetson … Read more

How to Implement Deep Learning Object Detection with Raspberry Pi

How to Implement Deep Learning Object Detection with Raspberry Pi

“Raspberry Pi”, also known as RPi or RasPi, is a microcomputer designed for learning computer programming, based on the Linux system. Since its launch, it has been sought after by numerous computer enthusiasts and makers, once being difficult to obtain. Despite its credit card size, it can perform video, audio, and other functions, making it … Read more