This project is aimed at building an autonomous line-following robot using a Raspberry Pi and a PiCamera module. The robot uses computer vision techniques to detect and follow black lines on a white surface.
- Autonomous line following using computer vision
- PID control for smooth and accurate line tracking
- Real-time display of camera feed with overlaid line detection
- Adjustable parameters for PID control and line detection
- Raspberry Pi (tested on Raspberry Pi 3 Model B)
- PiCamera module
- Motor driver (L293D)
- DC motors and wheels
- Power source (battery pack)
- Black line track or white surface for testing
- Python 3.x
- OpenCV library
- PiCamera library
- PiMotor library
- Clone this repository to your Raspberry Pi:
git clone https://github.com/chrltn16/Raspberry-Pi-line-follower-using-Pi-Camera.git