# hailo-rpi5-examples **Repository Path**: netidol_admin/hailo-rpi5-examples ## Basic Information - **Project Name**: hailo-rpi5-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-20 - **Last Updated**: 2025-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gitee国内自用Hailo Raspberry Pi 5 Examples ## 本仓库为25-3-1版本 原github网址:[Hailo Examples](https://github.com/hailo-ai/hailo-rpi5-examples) 官方网站:[Hailo Official Website](https://hailo.ai/) 官方社区:[Hailo Community Forum](https://community.hailo.ai/) ## Installation ### Clone the Repository ```bash git clone https://gitee.com/li-bozha0/hailo-rpi5-examples.git ``` Navigate to the repository directory: ```bash cd hailo-rpi5-examples ``` ### Installation Run the following script to automate the installation process: ```bash ./install.sh ``` ### Running The Examples When opening a new terminal session, ensure you have sourced the environment setup script: ```bash source setup_env.sh ``` ### Detection Example #### Run the simple detection example: ```bash python basic_pipelines/detection_simple.py ``` #### Running with Raspberry Pi Camera input: ```bash python basic_pipelines/detection.py --input rpi ``` Run example using USB camera input - Use the device found by the previous script: ```bash python basic_pipelines/detection.py --input /dev/video ``` For additional options, execute: ```bash python basic_pipelines/detection.py --help ``` ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.