This document describes a biometric identification system using OpenCV and Arduino. The system uses a PIR sensor to detect objects, sends data to an Arduino Uno microcontroller via a 12C interface. An attached camera captures video which is processed using OpenCV libraries to detect and frame faces, and identify eyes. The system was tested on single and multiple persons from different angles, achieving over 90% accuracy on frontal views but less on side and upward views where eyes were not always detected. The goal is to develop an intelligent surveillance system that can identify people in real-time.