The Remote Access Rover is a Raspberry Pi-powered robotic vehicle that can be controlled remotely via a web interface. It integrates ultrasonic sensors for obstacle avoidance and features a pan-and-tilt camera for live video streaming. Additionally, it includes facial recognition capabilities using the Pi Camera and face_recognition Python module.
- Remote control via a web interface.
- Autonomous mode with obstacle avoidance.
- Live video streaming from the Pi Camera.
- Facial recognition for security and tracking.
- Raspberry Pi 4 Model B
- Python
- Flask
- Picamera
- GPIO
- face_recognition
- Start the Flask app with
python car32.py. - Access the web interface in your browser.
- Use the interface to control the rover or switch to autonomous mode.