chris
September 2, 2024, 1:56pm
3
Well that’s just the thing i’m not getting errors. I followed these guides but when I try to use the demos from Rpicam It does nothing but show my camera.
# How to Set Up Raspberry Pi 5 and Hailo-8L
In this guide, you will learn how to set up the Raspberry Pi 5 with a Hailo-8L AI accelerator.
## Table of Contents
- [What You'll Need](#what-youll-need)
- [Hardware](#hardware)
- [Software](#software)
- [Troubleshooting](#troubleshooting)
## What You'll Need
- Raspberry Pi 5
- Raspberry M.2 M-Key HAT
- Hailo8L M.2 module (Hailo-8 is also supported)
- Thermal pad (Included with the kit)
- Optional: Heat sink
- Optional: An official Raspberry Pi camera (e.g., Camera Module 3 or High-Quality Camera)
- Optional: USB camera
## Hardware
This file has been truncated. show original
Manual Installation
===================
The manual installation of TAPPAS requires preparation, Hailo's recommended method is to begin with ``Hailo SW Suite`` or ``Pre-built Docker image``.
This guide will instruct how to install the required components manually.
.. note::
Only Ubuntu 20.04 and 22.04 are supported
Hailort Installation
--------------------
First `HailoRT <https://github.com/hailo-ai/hailort>`_ + `HailoRT PCIe driver <https://github.com/hailo-ai/hailort-drivers>`_\ , needs to be installed. Follow the HailoRT installation guide for further instructions.
After the installation, `confirm that HailoRT is working correctly <./verify_hailoRT.rst>`_.
Preparations
------------
This file has been truncated. show original
Guide: Installing HailoRT 4.18 and Driver on Raspberry Pi 5
This guide covers the manual installation of HailoRT 4.18 and its driver on a Raspberry Pi 5, including setup for the Python API.
Clean Installation
Step 1: Remove Old Installations
Run the following commands:
sudo dpkg --purge hailort hailo-all hailofw hailo-tappas-core-3.28.2 hailort-pcie-driver
Then, check for any remaining Hailo files:
find /usr/lib/ | grep hailo
Delete any remaining Hailo files found.
Step 2: Install DKMS
Ens…