https://github.com/johnweland/matt-project
https://github.com/johnweland/matt-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnweland/matt-project
- Owner: johnweland
- Created: 2024-04-22T14:13:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T14:15:21.000Z (about 1 year ago)
- Last Synced: 2025-01-24T17:45:59.865Z (3 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
1. Install necessary libraries: First, make sure you have OpenCV installed on your Raspberry Pi. You can install it using pip:
```bash
pip install opencv-python-headless
```2. Connect the camera: Ensure your camera is connected to the Raspberry Pi correctly.
3. Install Tkinter (if not already installed):
```bash
sudo apt-get install python3-tk
```4. Run the script: Run the script using the following command:
```bash
python ./main.py
```