mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
update Installation.md to clarify Hailo-8L installation process.
This commit is contained in:
parent
b1e5b3515a
commit
732e0bd313
@ -104,10 +104,27 @@ For Raspberry Pi 5 users with the AI Kit, installation is straightforward. Simpl
|
|||||||
|
|
||||||
For other boards, follow these steps for installation:
|
For other boards, follow these steps for installation:
|
||||||
|
|
||||||
1. Install the driver from the Hailo GitHub repository. A convenient script for Linux is available to clone the repository, build the driver, and install it.
|
1. Install the driver from the [Hailo GitHub repository](https://github.com/hailo-ai/hailort-drivers). A convenient script for Linux is available to clone the repository, build the driver, and install it.
|
||||||
2. Copy or download [this script](https://gist.github.com/spanner3003/4b85751d671d4ac55f926e564f1abc3e#file-install_hailo8l_driver-sh).
|
2. Copy or download [this script](https://gist.github.com/spanner3003/4b85751d671d4ac55f926e564f1abc3e#file-install_hailo8l_driver-sh).
|
||||||
3. Ensure it has execution permissions with `sudo chmod +x install_hailo_driver.sh`.
|
3. Ensure it has execution permissions with `sudo chmod +x install_hailo8l_driver.sh`
|
||||||
4. Run the script with `./install_hailo_driver.sh`.
|
4. Run the script with `./install_hailo8l_driver.sh`
|
||||||
|
|
||||||
|
#### Setup
|
||||||
|
|
||||||
|
To set up Frigate, follow the default installation instructions, but use a Docker image with the `-h8l` suffix, for example: `ghcr.io/blakeblackshear/frigate:stable-h8l`
|
||||||
|
|
||||||
|
Next, grant Docker permissions to access your hardware by adding the following lines to your `docker-compose.yml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
devices:
|
||||||
|
- /dev/hailo0
|
||||||
|
```
|
||||||
|
|
||||||
|
If you are using `docker run`, add this option to your command `--device /dev/hailo0`
|
||||||
|
|
||||||
|
#### Configuration
|
||||||
|
|
||||||
|
Finally, configure [hardware object detection](/configuration/object_detectors#hailo-8l) to complete the setup.
|
||||||
|
|
||||||
### Rockchip platform
|
### Rockchip platform
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user