Building a Visual Inspection System with Raspberry Pi and Camera
For customers with needs, please contact the editor on WeChat, mv_vision
For customers with needs, please contact the editor on WeChat, mv_vision
0x01. Camera SD Card Flashing Experience Recently, I researched the SD card flashing function of a camera I have, which only supports FAT32 formatted SD cards. Therefore, I needed to format the SD card to FAT32 first. Additionally, Microsoft limits FAT32 to a maximum capacity of 32GB, so I could only use an SD card … Read more
ArduCam has equipped the Raspberry Pi with a 16-megapixel autofocus camera. Priced at $25. It seems to be a team from Nanjing, China. Initially funded on Kickstarter, it received nearly ten times its target amount. This shows how much the public (the engineers) needs such a device. Related introduction: https://www.kickstarter.com/projects/arducam/high-resolution-autofocus-camera-module-for-raspberry-pi
1. Camera Installation 1. Hardware Installation Electrostatic Handling The camera circuit board connects to the Raspberry Pi via a 15-pin ribbon cable. Lift the clips on both ends of the connector. The blue marking should face the network interface direction. 2. Software Installation Modify the Raspberry Pi configuration to enable the camera module. sudo raspi-config … Read more
Connecting the Ribbon Cable First, you need to use the Raspberry Pi camera FFC ribbon cable to connect the Raspberry Pi camera to the Raspberry Pi development board. The interface where the ribbon cable connects is called the CSI (Camera Serial Interface) interface. The CSI interface on the Raspberry Pi board is located next to … Read more
As we all know, the Raspberry Pi is a “small but complete” microcomputer. When connected to various sensors and peripherals and programmed using languages such as Python (especially when associated with internet AI libraries), it can achieve functions such as automatic watering control, room temperature monitoring, face recognition, time-lapse photography, and home theater systems. However, … Read more
MAKER:WalterK26/ Translation: Fun Without End Regarding camera cases, we have previously published articles such as “Using Raspberry Pi as an RTMP Live Streaming Server to Push to Douyu Live“, “180-degree Small Ball Tracking Camera“, and “Raspberry Pi Photography Cloud Platform Controlled by Local Network“. Today, we will introduce a camera that can do live streaming. … Read more
From the title, it indeed seems quite specific. From the system level, the buses recognized as cameras by the operating system include not only USB but also other buses, such as MIPI cameras, and many software-virtualized cameras. However, during the camera development process, there are always some technical specifications involved, such as the parsing of … Read more
This article introduces how to modify the front and rear camera attributes in the Android 11 system. Demonstration usingHaptic Intelligence EVB3568 Harmony Development Board, equipped with Rockchip RK3568, quad-core A55 processor, 2.0GHz main frequency, 1T computing power NPU; supports OpenHarmony 5.0 and operating systems such as Linux and Android, with rich interfaces, making development evaluation … Read more
Introduction A new learning project has arrived! This time we bring the learning notes related to the external OV2640 camera module in JPEG mode for the CH32V307 Red Toad board. This project is actually a supplement to the previous tutorial, addressing everyone’s questions about JPEG mode image transmission. As usual, students with weak foundations can … Read more