Reterminal and Pi Camera Modules - Seeed Studio Wiki
Reterminal and Pi Camera Modules - Seeed Studio Wiki
Quick Links Explore with Topics FAQs Rangers Bazaar 🛍 AI Bot 🤖 SenseCraft AI Search K
Network
Raspberry Pi Devices HMI reTerminal reTerminal and Pi camera modules
Using pre-built raspberry pi Images.
Meshtastic Network
SenseCAP Gateway
SenseCAP K1100
Raspberry Pi Solutions
Rockchip Solutions
Edge Computing
Raspberry Pi Devices
HMI
reTerminal
Application
Sensor: OmniVision OV5647
OS Installation Resolution: 5 megapixels
Extension Board Video Modes: 1080p30, 720p60, 640x480p60/90
Raspberry Pi Camera
Raspberry Pi Camera Module V2 Raspberry Pi Camera Module 3
Module V1
All versions of the PiCam connect to the Raspberry Pi via the MIPI CSI-2 interface, providing a direct and high-speed connection for
transmitting image and video data.
The PiCam offers a range of features and capabilities that make it suitable for various applications, including photography,
videography, computer vision projects, surveillance, and more. Its small form factor and easy integration with the Raspberry Pi
make it a popular choice among hobbyists, makers, and professionals.
Note that the specifications mentioned above are for the standard PiCam modules, and there may be variations or alternative camera
modules available from third-party manufacturers.
When it comes to installing the PiCam, you have two options. The first option is to use pre-built images provided by Seeed Studio,
which can be found on our wiki page. These pre-built images are specifically configured for the PiCam, ensuring compatibility and ease
of use. However, please note that these images only work with PiCam v1 (OmniVision OV5647 sensor).
Alternatively, you can choose to install the latest version of the Raspberry Pi OS from the official website. By doing so, you'll have access
to the most recent features and improvements. Seeed Studio recommends this approach and provides instructions on our wiki page for
installing the necessary drivers and related components to ensure proper functionality of the PiCam on the fresh Raspberry Pi OS
installation.
NOTE
It's important to note that the pre-built images currently support only the PiCam v1, which utilizes the OmniVision OV5647
sensor. This means you can capture images or record videos using the raspistill command.
Step 1 Visit the Seeed Studio wiki page dedicated to reTerminal and navigate to the section providing the pre-built images.( you
can refer this link to get images and acknowledge installation procedure. if you have already done please skip this step. This Link)
Step 2 Power off the reTerminal and connect the PiCam v1 module to the camera interface on the reTerminal. Ensure it is securely
attached.
Step 3 Assemble the reTerminal and boot the reTerminal. Go to reTerminal icon which you can find in the desktop and enable
camera and reboot.
Step 4 Open a terminal or SSH into the reTerminal to access the command line interface.
Step 5 Use the raspistill command to capture images. You can visit this site for more commands. Link
raspistill -o Desktop/image.jpg
Step 1 Seeed Studio provides detailed instructions on how to install the drivers after flashing a new Raspberry Pi OS or other OS.
Refer to the Seeed Studio wiki page for reTerminal and follow the instructions provided in the "Flash new Raspberry Pi OS" section
and "How to install reTerminal drivers" section If you already have done please skip this step.
Step 2 Power off the reTerminal and connect the PiCam module to the camera interface on the reTerminal. Ensure it is securely
attached.
Step 3 Open a terminal or SSH into your reTerminal and execute the following command to edit the config.txt file:
Step 4 Within the config.txt file, you need to make specific changes to enable the PiCam. Follow these steps:
Locate the line camera_auto_detect=1 and comment it out by adding a "#" at the beginning of the line. This step is necessary
to disable the auto-detection of the camera module.
dtoverlay=ov5647,cam0
dtoverlay=camera-mux-2port
NOTE
If you are using PiCam v3 NoIR wide instead of PiCam v1, use dtoverlay=imx708,cam0 instead of dtoverlay=ov5647,cam0. The
dtoverlay configuration specifies the camera module being used and the camera multiplexer.
Step 5 : Save the changes made to the config.txt file by pressing Ctrl + X, followed by Y, and then Enter to confirm. Finally, reboot
the reTerminal to apply the modifications:
sudo reboot
After the reboot, the PiCam should be configured and ready to use with your Seeed Studio reTerminal. You can now proceed with
capturing images or recording videos using the libcamera.
Step 6 :Open the terminal and write following code to test everything is work.
sudo libcamera-hello
libcamera-hello is the equivalent of a "hello world" application for the camera. It starts the camera, displays a preview window, and does
nothing else.
you can refer the following documents for more details about libcamera
Edit this page Last updated on May 17, 2023 by Kasun Thushara
Previous Next
« Hardware and Interfaces Usage FAQs for reTerminal Usage »
Solutions