Download Instructions

Follow these steps to set up the ObjectTracking project

Download Instructions

Follow these steps to set up the ObjectTracking project

1. Install Python3

First, you'll need to install Python 3.x on your system:

  1. Visit Python Downloads
  2. Click "Download Python" (latest version)
  3. Run the installer
  4. Important: Check "Add Python to PATH" during installation

To verify the installation, open a terminal/command prompt and type:

python --version

2. Install OpenCV

Install OpenCV using pip3:

  1. Open a terminal/command prompt
  2. Run the following command:
pip3 install opencv-python

To verify the installation:

python3 -c "import cv2; print(cv2.__version__)"

3. Install Additional Dependencies

Install required packages:

  1. Open a terminal in the project directory
  2. Run the following command:
pip3 install -r requirements.txt

4. Download Project Files

Download the ObjectTracking project files:

  1. Clone the repository or download the ZIP file
  2. Extract the files to your desired location
  3. Navigate to the project directory

System Requirements

Troubleshooting

Camera Issues

  • Ensure camera permissions are enabled
  • Check if other apps are using the camera
  • Try different camera index numbers

Performance Issues

  • Lower the resolution if tracking is slow
  • Close other resource-intensive applications
  • Update graphics drivers