Raspberry Pi Camera Application Tutorial

var __INLINE_SCRIPT__ = (function () { 'use strict'; function _arrayLikeToArray$1(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$1(arr); } function _iterableToArray(iter) { if (typeof … Read more

Using Raspberry Pi as Data Transmission and Video Transmission for Drones

Using Raspberry Pi as a data transmission and video transmission device, transmitting the flight control telemetry (Mavlink) data and camera video over a WIFI network to a remote ground station. This application is based on the Rpanion-server software. Rpanion-server is an open-source software that can be installed on any computer with a Linux (or Linux-based … Read more

Raspberry Pi Camera Text Recognition

Camera Module 1. Find the CSI interface; 2. Lift the CSI interface cover; 3. Take out your camera module; 4. Insert the cable vertically into the CSI interface with the side with metal contacts facing the HDMI interface. Finally, pull down the cover. Notes: 1. The side with contacts should face the HDMI interface. 2. … Read more

Using Raspberry Pi V3 Camera (IMX708) on Jetson

Raspberry Pi has released the new generation camera module Camera Module 3, developed based on the Sony IMX708 sensor. The Camera Module 3 supports HDR and autofocus, with a recent focusing distance of 5 centimeters, and supports phase detection autofocus (PDAF) and contrast detection autofocus. In addition, the new module’s sensor resolution is 11.9MP (the … Read more

A Review of My Raspberry Pi Projects

Check out what I have done on the fun, educational, and useful Raspberry Pi. — Anderson Silva Whether from a historical or theoretical perspective, a decade or a century or a millennium begins at midnight on January 1 of the first year of that decade. For example, the 20th century began on January 1, 1901, … Read more

Simple Configuration of CSI Camera on Raspberry Pi

WeChat Official Account: Programming Those Years Follow to learn more tutorials and questions or suggestions, please leave a message to the official account; Simple Configuration of CSI Camera on Raspberry Pi This article discusses how to properly install the CSI camera on the Raspberry Pi and some basic configurations and simple usage. Test Environment Hardware: … Read more

Deploying a Network Camera with Raspberry Pi

Every day a little progress Friends who love playing with Raspberry Pi can communicate more! Recently, I did a small test using Raspberry Pi + USB camera to achieve a network camera. Let’s operate step by step. If you have time, you can tinker with it. Tools needed: Raspberry Pi development board with USB Type-A … Read more

3D Laser Scanning Modeler Based on Raspberry Pi

MAKER:mfx2/Translated by:Fun Unlimited Just place the object in a box, and you can get its 3D model data. Isn’t it convenient? Today, we will make a 3D laser scanning modeler using Raspberry Pi.It can digitize objects into .obj mesh files, which can then be used for 3D printing to “copy” them. The project achieves computer … Read more

Implementing Autonomous Driving for a Car Using TensorFlow on Raspberry Pi

Click on the top “Yudao Source Code“, select “Pin Public Account” Technical articles delivered immediately! Source Code Quality Column In-depth Dubbo Principles and Source Code 69 Articles In-depth Netty Principles and Source Code 61 Articles Open Source Projects with Detailed Chinese Annotations Java Concurrent Source Code Collection RocketMQ Source Code Collection Sharding-JDBC Source Code Analysis … Read more